test/unittest_utils.py
changeset 10600 180aa08cad48
parent 10236 ef3059a692cb
child 10609 e2d8e81bfe68
equal deleted inserted replaced
10599:99e9fe1e633f 10600:180aa08cad48
   113                           'itemcount': 10,
   113                           'itemcount': 10,
   114                           'permanentcount': 5})
   114                           'permanentcount': 5})
   115 
   115 
   116 class UStringIOTC(TestCase):
   116 class UStringIOTC(TestCase):
   117     def test_boolean_value(self):
   117     def test_boolean_value(self):
   118         self.assert_(UStringIO())
   118         self.assertTrue(UStringIO())
   119 
   119 
   120 
   120 
   121 class RepeatListTC(TestCase):
   121 class RepeatListTC(TestCase):
   122 
   122 
   123     def test_base(self):
   123     def test_base(self):