[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py avoid test method name collision

David Glick davidglick at onenw.org
Tue Mar 23 17:52:11 EDT 2010


Log message for revision 110121:
  avoid test method name collision

Changed:
  U   Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py

-=-
Modified: Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py
===================================================================
--- Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py	2010-03-23 21:48:57 UTC (rev 110120)
+++ Zope/branches/2.12/src/Products/Five/browser/tests/test_metaconfigure.py	2010-03-23 21:52:11 UTC (rev 110121)
@@ -69,7 +69,7 @@
         self.failUnless(result is index)
         self.assertEqual(index._called_with, ((), {'foo': 'bar'}))
 
-    def test___call___no_args_no_kw(self):
+    def test___call___w_args_w_kw(self):
         view = self._makeOne()
         view.index = index = DummyTemplate()
         result = view('abc', foo='bar')



More information about the Zope-Checkins mailing list