~rlane/nova/lp773690

« back to all changes in this revision

Viewing changes to nova/tests/api/openstack/test_versions.py

  • Committer: rlane at wikimedia
  • Date: 2011-04-29 22:30:40 UTC
  • mfrom: (382.1.655 nova)
  • Revision ID: rlane@wikimedia.org-20110429223040-i0x3ds9eqwrabyru
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                    {
48
48
                        "rel": "self",
49
49
                        "href": "http://localhost/v1.1",
50
 
                    }
51
 
                ],
 
50
                    }],
52
51
            },
53
52
            {
54
53
                "id": "v1.0",
57
56
                    {
58
57
                        "rel": "self",
59
58
                        "href": "http://localhost/v1.0",
60
 
                    }
61
 
                ],
 
59
                    }],
62
60
            },
63
61
        ]
64
62
        self.assertEqual(versions, expected)