mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
try to fix tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ecfb35e0d9
commit
18d7711806
@ -176,8 +176,9 @@ class TestXWPFBugs {
|
||||
POIFSFileSystem poifs = new POIFSFileSystem(partStream)
|
||||
) {
|
||||
Ole10Native ole = Ole10Native.createFromEmbeddedOleObject(poifs);
|
||||
assertEquals("C:\\Users\\ross\\AppData\\Local\\Microsoft\\Windows\\INetCache\\Content.Word\\約翰的測試文件\uD83D\uDD96.msg",
|
||||
ole.getFileName());
|
||||
String fn = "C:\\Users\\ross\\AppData\\Local\\Microsoft\\Windows\\INetCache\\Content.Word\\約翰的測試文件\uD83D\uDD96.msg";
|
||||
assertEquals(fn, ole.getFileName());
|
||||
assertEquals(fn, ole.getFileName2());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user