You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/02/24 00:25:19 UTC

svn commit: r511169 - /incubator/xap/trunk/unittests/jsunit-server-properties.xml

Author: jmargaris
Date: Fri Feb 23 16:25:18 2007
New Revision: 511169

URL: http://svn.apache.org/viewvc?view=rev&rev=511169
Log:
runs both IE and moz by default now

Modified:
    incubator/xap/trunk/unittests/jsunit-server-properties.xml

Modified: incubator/xap/trunk/unittests/jsunit-server-properties.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/jsunit-server-properties.xml?view=diff&rev=511169&r1=511168&r2=511169
==============================================================================
--- incubator/xap/trunk/unittests/jsunit-server-properties.xml (original)
+++ incubator/xap/trunk/unittests/jsunit-server-properties.xml Fri Feb 23 16:25:18 2007
@@ -9,7 +9,7 @@
 
 	<property
 	            name="browserFileNames"
-		value="C:\Program Files\mozilla.org\Mozilla\mozilla.exe"
+		value="C:\Program Files\Internet Explorer\iexplore.exe,C:\Program Files\mozilla.org\Mozilla\mozilla.exe"
 				description="the list of browsers in which to run tests when StandaloneTest is invoked on this machine."
 	            />