Skip to content

Commit

Permalink
- cleaned up test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
michalslonina committed Jul 26, 2012
1 parent 0fa3d07 commit 58e92fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tables/tests/test_drivers.py
Expand Up @@ -56,8 +56,6 @@ class STDIODriverTestCase(FileDriverTestCase):
DRIVER="H5FD_STDIO"
class COREDriverTestCase(FileDriverTestCase):
DRIVER="H5FD_CORE"
class COREDriverTestCase(FileDriverTestCase):
DRIVER="H5FD_CORE"
class CORE_INMEMORYDriverTestCase(FileDriverTestCase):
DRIVER="H5FD_CORE_INMEMORY"
def test00_newFile(self):
Expand Down

0 comments on commit 58e92fd

Please sign in to comment.