diff options
| author | Ramana Juvvadi <rjuvvadi@hcl.com> | 2011-05-07 23:25:31 -0500 |
|---|---|---|
| committer | Ramana Juvvadi <rjuvvadi@hcl.com> | 2011-05-07 23:25:31 -0500 |
| commit | 71cd6006bd29b804560b564bfff2d9b1609b94bd (patch) | |
| tree | a6eddc03aa13aabc01b5dcbdf14b0f189b2d4faf /test | |
| parent | 3eb1f32f15b0ed128220c4a5afd40e23e331ca6a (diff) | |
in the middle of get_version_info
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/test_identity.py | 4 |
1 files changed, 2 insertions, 2 deletions
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="", |
