浏览代码

Fix DesignFormatterTest for Win

Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6
tags/7.7.0.alpha1
elmot 8 年前
父节点
当前提交
38763a0601
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      server/src/test/java/com/vaadin/tests/design/DesignFormatterTest.java

+ 1
- 1
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)));

正在加载...
取消
保存