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

DMS-1 bug in test fixed

SVN: 6925
parent 60094d06
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ public class ConfigParametersTest
fail("ConfigurationFailureException expected");
} catch (ConfigurationFailureException e)
{
assertEquals("Given key 'datamovers' not found in properties '[]'", e.getMessage());
assertEquals("Given key 'targets' not found in properties '[]'", e.getMessage());
}
}
}
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