diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2010-12-23 23:19:24 +0000 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2010-12-23 23:19:24 +0000 |
| commit | d8d66d4c2c25d25892289e08ca52720f9d123d88 (patch) | |
| tree | d255e8222684b23674804d96f7081ae368bded05 | |
| parent | 391ab4dd63297afcc9449059bcadfe6ac5008b5f (diff) | |
trying again
| -rw-r--r-- | nova/tests/api/openstack/test_images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_images.py b/nova/tests/api/openstack/test_images.py index 1986a2b5f..16a910a3f 100644 --- a/nova/tests/api/openstack/test_images.py +++ b/nova/tests/api/openstack/test_images.py @@ -236,7 +236,7 @@ class ImageControllerWithGlanceServiceTest(unittest.TestCase): if _is_equivalent_subset(image, image_fixture): break else: - self.assertFalse("image %s not in fixtures!" % str(image)) + self.assertEquals(1,2,"image %s not in fixtures!" % str(image)) # for image in res_dict['images']: # self.assertEquals(1, self.IMAGE_FIXTURES.count(image), |
