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

test fixed

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