]> WPIA git - gigi.git/blobdiff - build.xml
add cats and notary table
[gigi.git] / build.xml
index 8a89b89de408fbd986d595e8439605110f4c41c4..0d46989550ab37c8cb5c432dbe6e65a793ad0880 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -91,7 +91,7 @@
             <classpath refid="cacert-gigi.classpath"/>
         </java>
     </target>
-
+    
     <target name="check-generateKeys">
         <available file="config/keystore.pkcs12" property="keystore.present"/>
     </target>
             <arg value="-noprompt"/>
         </exec>
     </target>
-    <target name="test" depends="build-project-test,generateKeys">
+    <target name="test" depends="build-project-test,generateKeys,FetchLocales">
         <mkdir dir="${junit.output.dir}"/>
         <junit fork="yes" printsummary="withOutAndErr">
             <formatter type="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>