Browse Source

Fix DesignFormatterTest for Win

Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6
tags/7.7.0.alpha1
elmot 8 years ago
parent
commit
38763a0601

+ 1
- 1
server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java View File

@@ -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)));

Loading…
Cancel
Save