) webclientEvent.getEventData();
+ long type = webclientEvent.getType();
+
+ switch ((int)type) {
+ case ((int) DocumentLoadEvent.END_DOCUMENT_LOAD_EVENT_MASK):
+ owner.notifyAll();
+ break;
+ default:
+ break;
+ }
+ }
+
+ }
+
+}
diff --git a/mozilla/java/webclient/classes_spec/org/mozilla/mcp/MCPLogStrings.properties b/mozilla/java/webclient/classes_spec/org/mozilla/mcp/MCPLogStrings.properties
new file mode 100755
index 00000000000..13e936fed65
--- /dev/null
+++ b/mozilla/java/webclient/classes_spec/org/mozilla/mcp/MCPLogStrings.properties
@@ -0,0 +1 @@
+# Sample ResourceBundle properties file
diff --git a/mozilla/java/webclient/test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java b/mozilla/java/webclient/test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java
index 4c397d95287..97477feed06 100644
--- a/mozilla/java/webclient/test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java
+++ b/mozilla/java/webclient/test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java
@@ -1,5 +1,5 @@
/*
- * $Id: WebclientTestCase.java,v 1.14 2007-02-23 14:38:55 edburns%acm.org Exp $
+ * $Id: WebclientTestCase.java,v 1.15 2007-03-03 20:35:14 edburns%acm.org Exp $
*/
/*
@@ -47,7 +47,7 @@ import org.mozilla.util.THTTPD;
*
* Lifetime And Scope
*
- * @version $Id: WebclientTestCase.java,v 1.14 2007-02-23 14:38:55 edburns%acm.org Exp $
+ * @version $Id: WebclientTestCase.java,v 1.15 2007-03-03 20:35:14 edburns%acm.org Exp $
*
* @see Blah
* @see Bloo
@@ -189,6 +189,11 @@ protected static String getBrowserBinDir() {
return System.getProperty("BROWSER_BIN_DIR");
}
+protected static String getOutputFileRoot() {
+ return OUTPUT_FILE_ROOT;
+}
+
+
/**
* assertTrue that NSPR_LOG_FILE is set.