Lofar release 4 0
Compare changes
- SW-826: the taskprescheduler should NOT insert the task into the RADB. Added...Jorrit Schaap authored
SW-826: the taskprescheduler should NOT insert the task into the RADB. Added that requirement to the test, which now fails. Next commit has the fix for this bug.
@@ -201,6 +201,7 @@ class PreschedulerTest(unittest.TestCase):
@@ -221,6 +222,7 @@ class PreschedulerTest(unittest.TestCase):
@@ -230,6 +232,7 @@ class PreschedulerTest(unittest.TestCase):
@@ -237,32 +240,38 @@ class PreschedulerTest(unittest.TestCase):
@@ -272,10 +281,12 @@ class PreschedulerTest(unittest.TestCase):
@@ -294,6 +305,7 @@ class PreschedulerTest(unittest.TestCase):