Skip to content
Snippets Groups Projects
Commit c706d9c9 authored by brinn's avatar brinn
Browse files

Fix: unit test expectation.

SVN: 27079
parent aeeacc75
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ public class DataSetValidatorTest extends AbstractFileSystemTestCase
} catch (ConfigurationFailureException ex)
{
assertEquals("Error occured while creating data set validator 'v': "
+ "ch.systemsx.cisd.common.exceptions.ConfigurationFailureException: "
+ "ch.systemsx.cisd.common.exception.ConfigurationFailureException: "
+ "Couldn't create column definition 'col': " + "Invalid value-type: ??",
ex.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