Skip to content
Snippets Groups Projects
Commit b3ce24f7 authored by felmer's avatar felmer
Browse files

LMS-2136 NotifyingTaskTest adapted

SVN: 20533
parent ae1d6661
No related branches found
No related tags found
No related merge requests found
message-template = storage_provider.storage.status = STORAGE_SUCCESSFUL\n\ message-template = storage_provider.storage.status = STORAGE_SUCCESSFUL\n\
storage_provider.dataset.id = ${data-set-code}\n\ storage_provider.dataset.id = ${data-set-code}\n\
ibrain2.dataset.id = ${property:ibrain-data-set-id}\n ibrain2.dataset.id = ${property:ibrain-data-set-id}\n
destination-file = targets/notifyingTask.txt destination-path-template = targets/ibrain-${property:ibrain-data-set-id}.txt
...@@ -92,7 +92,7 @@ public class NotifyingTaskTest extends AbstractFileSystemTestCase ...@@ -92,7 +92,7 @@ public class NotifyingTaskTest extends AbstractFileSystemTestCase
assertEquals(NoCleanupTask.class, cleanupTask.getClass()); assertEquals(NoCleanupTask.class, cleanupTask.getClass());
assertEquals("storage_provider.storage.status = STORAGE_SUCCESSFUL\n" assertEquals("storage_provider.storage.status = STORAGE_SUCCESSFUL\n"
+ "storage_provider.dataset.id = ds-1\n" + "ibrain2.dataset.id = ibrain-2", + "storage_provider.dataset.id = ds-1\n" + "ibrain2.dataset.id = ibrain-2",
FileUtilities.loadExactToString(new File("targets/notifyingTask.txt"))); FileUtilities.loadExactToString(new File("targets/ibrain-ibrain-2.txt")));
context.assertIsSatisfied(); context.assertIsSatisfied();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment