Skip to content
Snippets Groups Projects
Commit 833ef3e9 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-55: fixed UploadedDataSetsTest

parent 808194ab
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -845,7 +845,7 @@ public class CreateUploadedDataSetsTest extends AbstractFileTest
} catch (Exception e)
{
String fullStackTrace = ExceptionUtils.getStackTrace(e);
assertTrue(fullStackTrace, fullStackTrace.contains("Property type with code 'IDONTEXIST' does not exist!"));
assertTrue(fullStackTrace, fullStackTrace.contains("Property type 'IDONTEXIST' does not exist"));
}
// second attempt
......
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