[seam-commits] Seam SVN: r12351 - branches/community/Seam_2_2/src/test/ftest/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 1 02:25:36 EDT 2010


Author: mgencur at redhat.com
Date: 2010-04-01 02:25:35 -0400 (Thu, 01 Apr 2010)
New Revision: 12351

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/build.xml
Log:
JBSEAM-4610 - another change to support internet explorer and testng 5.10

Modified: branches/community/Seam_2_2/src/test/ftest/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/build.xml	2010-04-01 06:13:37 UTC (rev 12350)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml	2010-04-01 06:25:35 UTC (rev 12351)
@@ -66,7 +66,7 @@
 
 	<path id="classpath.build">
 		<fileset dir="${root.lib.dir}">
-			<include name="testng.jar"/>
+			<include name="testng-jdk15.jar"/>
 		</fileset>
 		<fileset dir="${ftest.lib.dir}" includes="**/*.jar" />
 	</path>
@@ -384,6 +384,8 @@
 			</dependency>
 			<dependency groupId="org.seleniumhq.webdriver" artifactId="webdriver-support" version="0.9.7376">
 			</dependency>
+			<dependency groupId="org.seleniumhq.webdriver" artifactId="webdriver-ie" version="0.9.7376">
+			</dependency>
 		</copyInlineDependencies>
         <property name="copy.webdriver.done" value="true" />
     </target>



More information about the seam-commits mailing list