From 599f32d9bf64fc81dc60e54d5dc5f639086df786 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 22 Jan 2015 11:30:57 +0100 Subject: fix comment test on Windows agents --- test/src/model/CommentTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src/model') diff --git a/test/src/model/CommentTest.kt b/test/src/model/CommentTest.kt index 63a957e7..828deaa4 100644 --- a/test/src/model/CommentTest.kt +++ b/test/src/model/CommentTest.kt @@ -149,7 +149,7 @@ line two""", toTestString()) assertEquals("Summary", content.summary.toTestString()) assertEquals(2, content.sections.count()) with (content.description) { - assertEquals("""[code] + assertEqualsIgnoringSeparators("""[code] if (true) { println(property) } -- cgit