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

SP-39 test fixed

SVN: 25261
parent 99c22c02
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ public class SampleProviderTest extends AbstractProviderTest ...@@ -105,7 +105,7 @@ public class SampleProviderTest extends AbstractProviderTest
+ "hello, WATER (FLUID), ]", rows.get(0).getValues().toString()); + "hello, WATER (FLUID), ]", rows.get(0).getValues().toString());
assertSame(s2.getSample(), rows.get(1).getObjectOrNull()); assertSame(s2.getSample(), rows.get(1).getObjectOrNull());
assertEquals( assertEquals(
"[S2, S2, DB, MY-SPACE, DB:/MY-SPACE/S2, BETA, no, no, , , , , , , 234-56, , , , 2.5, 1970-01-01 01:00:00 +0100, , , ]", "[S2, S2, DB, MY-SPACE, DB:/MY-SPACE/S2, BETA, no, no, , , , , , , 234-56, , , , 2.5, Thu Jan 01 01:00:00 CET 1970, , , ]",
rows.get(1).getValues().toString()); rows.get(1).getValues().toString());
assertEquals(2, rows.size()); assertEquals(2, rows.size());
context.assertIsSatisfied(); context.assertIsSatisfied();
......
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