Skip to content
Snippets Groups Projects
Commit d73bd598 authored by jakubs's avatar jakubs
Browse files

LMS-2767 fix the test

SVN: 24441
parent a969eb2f
No related branches found
No related tags found
No related merge requests found
...@@ -140,8 +140,8 @@ public class DssComponentTest extends SystemTestCase ...@@ -140,8 +140,8 @@ public class DssComponentTest extends SystemTestCase
"^\\d{2}:\\d{2}:\\d{2} Data has been moved to the pre-commit directory.$", "^\\d{2}:\\d{2}:\\d{2} Data has been moved to the pre-commit directory.$",
"^\\d{2}:\\d{2}:\\d{2} Data has been registered with the openBIS Application Server.$", "^\\d{2}:\\d{2}:\\d{2} Data has been registered with the openBIS Application Server.$",
"^\\d{2}:\\d{2}:\\d{2} Storage processors have committed.$", "^\\d{2}:\\d{2}:\\d{2} Storage processors have committed.$",
"^\\d{2}:\\d{2}:\\d{2} Data has been moved to the final store$", "^\\d{2}:\\d{2}:\\d{2} Data has been moved to the final store.$",
"^\\d{2}:\\d{2}:\\d{2} Storage has been confirmed in openBIS Application Server$" "^\\d{2}:\\d{2}:\\d{2} Storage has been confirmed in openBIS Application Server.$"
}; };
checkLogFileContents(logFile, expectedContents); checkLogFileContents(logFile, expectedContents);
......
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