The formatting for the model name changed.
authorDiane Trout <diane@caltech.edu>
Fri, 30 Nov 2012 01:01:14 +0000 (17:01 -0800)
committerDiane Trout <diane@caltech.edu>
Fri, 30 Nov 2012 01:01:14 +0000 (17:01 -0800)
It dropped the <FileType: > stuff for the unicode call.
wonder why.

htsworkflow/frontend/experiments/test_experiments.py

index d4c556a9f8c0ef1d0d864a66e4629c8c3dfa17bd..5878d726d7ee1d268382230a56a235aef7ca29e6 100644 (file)
@@ -494,7 +494,7 @@ class TestFileType(TestCase):
         file_type_objects = models.FileType.objects
         name = 'QSEQ tarfile'
         file_type_object = file_type_objects.get(name=name)
-        self.assertEqual(u"<FileType: QSEQ tarfile>",
+        self.assertEqual(u"QSEQ tarfile",
                              unicode(file_type_object))
 
     def test_find_file_type(self):