Slightly alter some tests to work with versions of python on ubuntu 10.04
[htsworkflow.git] / htsworkflow / frontend / samples / tests.py
index 18f6e9843872f345e2a25c7263b3f58a36de020b..b6e8f9893f12b8d7f33d4a9c23822cf56fdfb22c 100644 (file)
@@ -169,8 +169,6 @@ except ImportError,e:
     HAVE_RDF = False
 
     
-@unittest.skipIf(not HAVE_RDF,
-                 'Install python librdf to test RDFa encoded in pages')
 class TestRDFaLibrary(TestCase):
     fixtures = ['test_samples.json']