]> WPIA git - gigi.git/commitdiff
Typo in method name
authorFelix Dörre <felix@dogcraft.de>
Fri, 27 Jun 2014 15:16:05 +0000 (17:16 +0200)
committerFelix Dörre <felix@dogcraft.de>
Fri, 27 Jun 2014 15:16:05 +0000 (17:16 +0200)
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
                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;
                SimpleDateFormat sdf = new SimpleDateFormat("YYYY");
                int year = Integer.parseInt(sdf.format(new Date(System
                                .currentTimeMillis()))) + 2;