From: Barış Metin Date: Tue, 19 Oct 2010 15:36:14 +0000 (+0200) Subject: comment-out test007 X-Git-Tag: sfa-1.0-5~7 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=4a3693869c79b613344c571bc37c53f06d79a1db comment-out test007 --- diff --git a/tests/testXrn.py b/tests/testXrn.py index c1cfc6eb..83bed9f8 100755 --- a/tests/testXrn.py +++ b/tests/testXrn.py @@ -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" )