From: <sv...@ze...> - 2008-04-11 12:21:11
|
Author: ian Date: 2008-04-11 08:21:13 -0400 (Fri, 11 Apr 2008) New Revision: 8970 Modified: trunk/Products/ZenModel/tests/testGoogleMaps.py Log: * Making a bad test for the buildbot Modified: trunk/Products/ZenModel/tests/testGoogleMaps.py =================================================================== --- trunk/Products/ZenModel/tests/testGoogleMaps.py 2008-04-11 11:52:06 UTC (rev 8969) +++ trunk/Products/ZenModel/tests/testGoogleMaps.py 2008-04-11 12:21:13 UTC (rev 8970) @@ -48,7 +48,7 @@ self.dmd.clearGeocodeCache() self.assert_(not self.dmd.geocache) - def _testDummyTest(self): + def testDummyTest(self): self.assert_("IAN IS JUST TESTING THE BUILDBOT"==False) def test_suite(): |