summaryrefslogtreecommitdiffstats
path: root/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'server/src')
-rw-r--r--server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java2
1 files changed, 1 insertions, 1 deletions
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)));