def testDefaultSplitPatternMatches(self):
     ''' test that the default split patterns actually match what they should '''
     for name in self.filenames:
         _fsc = FileSequenceChecker()
         result = _fsc.splitfilename(name)
         self.assertIsNotNone(result)