]> WPIA git - gigi.git/commitdiff
Add "TestAssurance" to buildfile.
authorFelix Dörre <felix@dogcraft.de>
Fri, 27 Jun 2014 13:10:32 +0000 (15:10 +0200)
committerFelix Dörre <felix@dogcraft.de>
Fri, 27 Jun 2014 13:10:32 +0000 (15:10 +0200)
build.xml

index 484f6c3afa5c0c7e59f3287adbc87a69746c7025..0d46989550ab37c8cb5c432dbe6e65a793ad0880 100644 (file)
--- a/build.xml
+++ b/build.xml
             <test name="org.cacert.gigi.TestSSL" todir="${junit.output.dir}"/>
             <test name="org.cacert.gigi.LoginTest" todir="${junit.output.dir}"/>
             <test name="org.cacert.gigi.pages.main.RegisterPageTest" todir="${junit.output.dir}"/>
+            <test name="org.cacert.gigi.pages.wot.TestAssurance" todir="${junit.output.dir}"/>
             <classpath refid="cacert-gigi.test.classpath"/>
         </junit>
     </target>