Mercurial > bzapi
changeset 12:4c4a2aba5383
removed extraneous test
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 23 Dec 2009 20:05:07 -0800 |
parents | f7a14f8868e9 |
children | 942f278a9fff |
files | test.py |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/test.py Wed Dec 23 17:00:31 2009 -0800 +++ b/test.py Wed Dec 23 20:05:07 2009 -0800 @@ -69,11 +69,6 @@ api.get, '/blah', product='nonexistent') - self.assertRaises(ValueError, - api.get, - '/blah', - product='Mozilla Labs', - component='nonexistent') def test_bzapi_validates_product_and_component(self): api = self._get_basic_fake_api()