diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-26 11:34:19 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-26 11:34:19 -0400 |
| commit | d3e557ae0d49ea8d4a1cd50abbada6e8c1c4a7fe (patch) | |
| tree | 110a092004594f06b2b8f73084c5ff7654af9880 | |
| parent | 26f980c955e357df3685bcccda005a3008f86afb (diff) | |
atom test updates
| -rw-r--r-- | nova/tests/api/openstack/test_versions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_versions.py b/nova/tests/api/openstack/test_versions.py index b8c985e4d..59dc9fb92 100644 --- a/nova/tests/api/openstack/test_versions.py +++ b/nova/tests/api/openstack/test_versions.py @@ -548,6 +548,7 @@ class VersionsTest(test.TestCase): link = children[4] entry = children[5] + self.assertEqual(root.tag.split('}')[1], 'feed') self.assertEqual(title.tag.split('}')[1], 'title') self.assertEqual(title.text, 'Available API Versions') self.assertEqual(updated.tag.split('}')[1], 'updated') |
