Skip to content
Snippets Groups Projects
Commit 3cf9d427 authored by kaloyane's avatar kaloyane
Browse files

minor: fix test expectation

SVN: 20006
parent be0a2984
No related branches found
No related tags found
No related merge requests found
...@@ -101,8 +101,7 @@ public class PropertiesBatchManagerTest extends AssertJUnit ...@@ -101,8 +101,7 @@ public class PropertiesBatchManagerTest extends AssertJUnit
assertEquals( assertEquals(
"Script malfunction in 1 out of 2 rows.\n" "Script malfunction in 1 out of 2 rows.\n"
+ "Row 2 has failed due to the property 'MANAGED-NO-SUBCOLUMNS-BUT-UPDATE' causing a malfuction " + "Row 2 has failed due to the property 'MANAGED-NO-SUBCOLUMNS-BUT-UPDATE' causing a malfuction "
+ "in the script (name = 'null', registrator = ''): Error evaluating 'updateFromBatchInput({=two})': " + "in the script (name = 'null', registrator = '')\n"
+ "ValueError: invalid literal for __int__: two\n"
+ "A detailed error report has been sent to your system administrator.", + "A detailed error report has been sent to your system administrator.",
ufe.getMessage()); ufe.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