From 38763a06011b3e1fbf91f9a6725224211d4f801e Mon Sep 17 00:00:00 2001 From: elmot Date: Mon, 21 Mar 2016 13:24:46 +0200 Subject: Fix DesignFormatterTest for Win Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6 --- server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java b/server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java index e2a91000c1..e62d5c17c8 100644 --- a/server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java +++ b/server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java @@ -280,7 +280,7 @@ public class DesignFormatterTest { String themePath = "icons/icon.png"; String fontAwesomeUrl = "fonticon://FontAwesome/f0f9"; String someOtherFontUrl = "fonticon://SomeOther/F0F9"; - String fileSystemPath = "c:\\app\\resources\\icon.png"; + String fileSystemPath = "c:/app/resources/icon.png"; assertEquals(httpUrl, formatter.format(new ExternalResource(httpUrl))); assertEquals(httpsUrl, formatter.format(new ExternalResource(httpsUrl))); -- cgit v1.2.3