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 mt...@apache.org on 2006/07/20 14:09:42 UTC

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

Author: mturyn
Date: Thu Jul 20 07:09:41 2006
New Revision: 423939

URL: http://svn.apache.org/viewvc?rev=423939&view=rev
Log:
Changing default testing browser to IE, after repeatedly encountering fixes that didn't work under that browser.

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

Modified: incubator/xap/trunk/jsunit-server-properties.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/jsunit-server-properties.xml?rev=423939&r1=423938&r2=423939&view=diff
==============================================================================
--- incubator/xap/trunk/jsunit-server-properties.xml (original)
+++ incubator/xap/trunk/jsunit-server-properties.xml Thu Jul 20 07:09:41 2006
@@ -9,7 +9,7 @@
 
 	<property
 	            name="browserFileNames"
-		value="C:\Program Files\mozilla.org.1.6\Mozilla1.6\mozilla.exe"
+		value="C:\Program Files\Internet Explorer\iexplore.exe"
 				description="the list of browsers in which to run tests when StandaloneTest is invoked on this machine."
 	            />