From 71cd6006bd29b804560b564bfff2d9b1609b94bd Mon Sep 17 00:00:00 2001 From: Ramana Juvvadi Date: Sat, 7 May 2011 23:25:31 -0500 Subject: in the middle of get_version_info --- test/unit/test_identity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/unit/test_identity.py b/test/unit/test_identity.py index dca50c16..0626181c 100644 --- a/test/unit/test_identity.py +++ b/test/unit/test_identity.py @@ -240,7 +240,7 @@ class identity_test(unittest.TestCase): #Given _a_ to make inherited test cases in an order. #here to call below method will call as last test case - def test_a_get_version(self): + def test_a_get_version_json(self): h = httplib2.Http(".cache") url = URL resp, content = h.request(url, "GET", body="", @@ -248,7 +248,7 @@ class identity_test(unittest.TestCase): self.assertEqual(200, int(resp['status'])) self.assertEqual('application/json', resp['content-type']) - def test_a_get_version(self): + def test_a_get_version_xml(self): h = httplib2.Http(".cache") url = URL resp, content = h.request(url, "GET", body="", -- cgit