[zpkg] SVN: zpkgtools/branches/philikon-toplevel-modules/zpkgtools/tests/test_app.py rename test case to match what's being tested

Philipp von Weitershausen philikon at philikon.de
Wed Nov 16 09:46:36 EST 2005


Log message for revision 40156:
  rename test case to match what's being tested
  

Changed:
  U   zpkgtools/branches/philikon-toplevel-modules/zpkgtools/tests/test_app.py

-=-
Modified: zpkgtools/branches/philikon-toplevel-modules/zpkgtools/tests/test_app.py
===================================================================
--- zpkgtools/branches/philikon-toplevel-modules/zpkgtools/tests/test_app.py	2005-11-16 13:10:06 UTC (rev 40155)
+++ zpkgtools/branches/philikon-toplevel-modules/zpkgtools/tests/test_app.py	2005-11-16 14:46:35 UTC (rev 40156)
@@ -291,7 +291,7 @@
             sys.stderr = old_stderr
 
 
-class ComponentTestCase(unittest.TestCase):
+class PackageComponentTestCase(unittest.TestCase):
 
     def setUp(self):
         self.tmpdir = tempfile.mkdtemp(prefix="test-app-")
@@ -676,7 +676,7 @@
 
 def test_suite():
     suite = unittest.makeSuite(CommandLineTestCase)
-    suite.addTest(unittest.makeSuite(ComponentTestCase))
+    suite.addTest(unittest.makeSuite(PackageComponentTestCase))
     suite.addTest(unittest.makeSuite(BuilderApplicationTestCase))
     return suite
 



More information about the zpkg mailing list