comment-out test007
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 19 Oct 2010 15:36:14 +0000 (17:36 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Tue, 19 Oct 2010 15:36:14 +0000 (17:36 +0200)
tests/testXrn.py

index c1cfc6e..83bed9f 100755 (executable)
@@ -56,10 +56,10 @@ class TestXrn(unittest.TestCase):
     def test_hrn006(self):
         self.__hrn("plc.princeton.tmack", 'user',
                    "urn:publicid:IDN+plc:princeton+user+tmack" )
-    def test_hrn007(self):
-        # not providing a type is currently not supporte
-        self.__hrn("fake-pi1@onelab.eu",None,
-                   None)
+    def test_hrn007(self):
+        # not providing a type is currently not supporte
+        self.__hrn("fake-pi1@onelab.eu",None,
+                   None)
     def test_hrn008(self):
         self.__hrn("plc.princeton.planetlab1", 'node',
                    "urn:publicid:IDN+plc:princeton+node+planetlab1" )