]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/pages/wot/TestAssurance.java
Typo in method name
[gigi.git] / tests / org / cacert / gigi / pages / wot / TestAssurance.java
index 73d60cadfb1ff51da7cdbb10412627122cc1afc8..350b0a2ce0adfaee9a6970171d55b24a0b5a1a91 100644 (file)
@@ -74,7 +74,7 @@ public class TestAssurance extends ManagedTest {
                assertTrue(error, error.startsWith("</div>"));
        }
        @Test
-       public void testAssureFormFufure() throws IOException {
+       public void testAssureFormFuture() throws IOException {
                SimpleDateFormat sdf = new SimpleDateFormat("YYYY");
                int year = Integer.parseInt(sdf.format(new Date(System
                                .currentTimeMillis()))) + 2;