Fixed incorrect error message in ARP tests.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 21 Dec 2004 16:06:27 +0000 (16:06 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 21 Dec 2004 16:06:27 +0000 (16:06 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1201 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

tests/edu/internet2/middleware/shibboleth/aa/arp/ArpTests.java

index 0fc2148..0a4ac39 100755 (executable)
@@ -256,10 +256,10 @@ public class ArpTests extends TestCase {
                                "Exact SHAR function: false negative",
                                exactSharFunction.match("shar.example.edu", "shar.example.edu"));
                        assertTrue(
-                               "Exact SHAR function: false negative",
+                               "Exact SHAR function: false positive",
                                !exactSharFunction.match("shar.example.edu", "www.example.edu"));
                        assertTrue(
-                               "Exact SHAR function: false negative",
+                               "Exact SHAR function: false positive",
                                !exactSharFunction.match("example.edu", "shar.example.edu"));
 
                        //Make sure we properly handle bad input