From ca31dc49b5cc950a92fa32f6f78155f38b60a497 Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Fri, 18 Jun 2004 13:53:14 +0000 Subject: [PATCH] Implement a trivial HTTP server to test http file loads, and what do you know, I find that selection doesn't work. Hmm. Well, let's hear it for test first. Naturally, the next step is to fix the new NavigationTest.testHttpLoad(). A test/automated/src/test/HttpNavigationTest.txt - data file for testHttpLoad(). A test/automated/src/classes/org/mozilla/util/THTTPD.java - trivial HTTP server that suits my needs. M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java - added commented out testHttpLoad(). It breaks. M test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java - remove emacs mode line. git-svn-id: svn://10.0.0.236/trunk@158112 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/webclient/build-tests.xml | 6 - .../src/classes/org/mozilla/util/THTTPD.java | 216 ++++++++++++++++++ .../org/mozilla/webclient/NavigationTest.java | 81 ++++++- .../mozilla/webclient/WebclientTestCase.java | 6 +- .../automated/src/test/HttpNavigationTest.txt | 1 + 5 files changed, 295 insertions(+), 15 deletions(-) create mode 100644 mozilla/java/webclient/test/automated/src/classes/org/mozilla/util/THTTPD.java create mode 100644 mozilla/java/webclient/test/automated/src/test/HttpNavigationTest.txt diff --git a/mozilla/java/webclient/build-tests.xml b/mozilla/java/webclient/build-tests.xml index dc985ae64ce..566e90add9d 100644 --- a/mozilla/java/webclient/build-tests.xml +++ b/mozilla/java/webclient/build-tests.xml @@ -144,12 +144,6 @@ - - - - - -