diff --git a/integrationtests/full_test/extroot/SimulationData/2010_TestProject/2019-02-03_something/README.md b/integrationtests/full_test/extroot/SimulationData/2010_TestProject/2019-02-03_something/README.md index 041aed60a7cd8e39a5ee6799e2473a5b16b7103f..1dde674c5bf83963ca6a32514a03ab8e8a1574a1 100644 --- a/integrationtests/full_test/extroot/SimulationData/2010_TestProject/2019-02-03_something/README.md +++ b/integrationtests/full_test/extroot/SimulationData/2010_TestProject/2019-02-03_something/README.md @@ -16,7 +16,7 @@ revisonOf: - ../2019-02-03 source: -- /ExperimentalData/2010_TestProject/2019-02-03/* +- /ExperimentalData/2010_TestProject/2019-02-03/ tags: - collagen diff --git a/integrationtests/full_test/test_crawler.py b/integrationtests/full_test/test_crawler.py index 105e98f2d8b184cb9ec128998e9619aa099aeffc..485766f977002c4af8dfff5458cc27e544b1d382 100755 --- a/integrationtests/full_test/test_crawler.py +++ b/integrationtests/full_test/test_crawler.py @@ -187,7 +187,7 @@ class CrawlerTest(unittest.TestCase): if len(s.parents) > 0 and s.parents[0].name == "Experiment": count += 1 self.assertEqual(count, 1) - self.assertEqual(len(sources), 3) + self.assertEqual(len(sources), 1) # Should be the same project assert project_id == sim.get_property("Project").value