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

adapt test because of r24109

SVN: 24125
parent 6d9ca2ba
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ public class RemoteStoreCopyActivitySensorTest
@Test
public void testOneError()
{
final String errorMsg = "ERROR message";
final String errorMsg = "message";
context.checking(new Expectations()
{
{
......@@ -116,7 +116,7 @@ public class RemoteStoreCopyActivitySensorTest
final long delta = now - sensorUnderTest.getLastActivityMillisMoreRecentThan(THRESHOLD);
assertTrue("Delta is " + delta, delta < MAX_DELTA);
assertEquals("Error: Unable to determine the time of write activity on "
+ "item 'I am probed' in store 'iFileStore'\nERROR message", sensorUnderTest
+ "item 'I am probed' in store 'iFileStore'\nERROR: \"message\"", sensorUnderTest
.describeInactivity(now));
}
......
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