]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/pages/wot/TestAssurance.java
Put more intelligence into the "outputError"-function of "Form".
[gigi.git] / tests / org / cacert / gigi / pages / wot / TestAssurance.java
index 94f194a3a7bd7aa1a330e30c1f67e8e4b86d6fd5..6e4d5ea26eb3928f92eda623088588ba227f54a5 100644 (file)
@@ -79,7 +79,7 @@ public class TestAssurance extends ManagedTest {
     @Test
     public void testAssureForm() throws IOException {
         String error = getError("date=2000-01-01&location=testcase&certify=1&rules=1&CCAAgreed=1&assertion=1&points=10");
-        assertTrue(error, error.startsWith("</div>"));
+        assertNull(error);
     }
 
     @Test