Browse Source

[2947] Remove an obsolete testcase

It'll try to load the corresponding .so and fail, and log a warning, but
it's not an error to skip such data sources.
Mukund Sivaraman 12 years ago
parent
commit
9df9a672eb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/lib/python/isc/datasrc/tests/clientlist_test.py

+ 0 - 3
src/lib/python/isc/datasrc/tests/clientlist_test.py

@@ -102,9 +102,6 @@ class ClientListTest(unittest.TestCase):
         self.assertRaises(isc.datasrc.Error, self.clist.configure,
                           '"bad type"', True)
         self.assertRaises(isc.datasrc.Error, self.clist.configure, '''[{
-            "type": "bad type"
-        }]''', True)
-        self.assertRaises(isc.datasrc.Error, self.clist.configure, '''[{
             bad JSON,
         }]''', True)
         self.assertRaises(TypeError, self.clist.configure, [], True)