|
32 | 32 | public class TestFiles { |
33 | 33 |
|
34 | 34 |
|
35 | | - public static TestFile OnePageDocx = new TestFile("one-page.docx", "words\\docx\\"); |
| 35 | + public static TestFile OnePageDocx = new TestFile("one-page.docx", "words/docx/"); |
36 | 36 | public static TestFile NotExist = new TestFile("NotExist.docx", "some-folder/"); |
37 | | - public static TestFile PasswordProtectedDocx = new TestFile("password-protected.docx", "words\\docx\\"); |
38 | | - public static TestFile TwoHiddenPagesVsd = new TestFile("two-hidden-pages.vsd", "diagram\\vsd\\"); |
39 | | - public static TestFile WithHiddenRowsAndColumns = new TestFile("with-hidden-rows-and-columns.xlsx", "cells\\xlsx\\"); |
40 | | - public static TestFile ThreeLayoutsDwf = new TestFile("three-layouts.dwf", "cad\\dwf\\"); |
41 | | - public static TestFile ProjectMpp = new TestFile("sample.mpp", "project\\mpp\\"); |
42 | | - public static TestFile UsesCustomFontPptx = new TestFile("uses-custom-font.pptx", "slides\\pptx\\"); |
43 | | - public static TestFile FontTtf = new TestFile("foo.ttf", "font\\ttf\\"); |
44 | | - public static TestFile FourPagesDocx = new TestFile("four-pages.docx", "words\\docx\\"); |
| 37 | + public static TestFile PasswordProtectedDocx = new TestFile("password-protected.docx", "words/docx/"); |
| 38 | + public static TestFile TwoHiddenPagesVsd = new TestFile("two-hidden-pages.vsd", "diagram/vsd/"); |
| 39 | + public static TestFile WithHiddenRowsAndColumns = new TestFile("with-hidden-rows-and-columns.xlsx", "cells/xlsx/"); |
| 40 | + public static TestFile ThreeLayoutsDwf = new TestFile("three-layouts.dwf", "cad/dwf/"); |
| 41 | + public static TestFile ProjectMpp = new TestFile("sample.mpp", "project/mpp/"); |
| 42 | + public static TestFile UsesCustomFontPptx = new TestFile("uses-custom-font.pptx", "slides/pptx/"); |
| 43 | + public static TestFile FontTtf = new TestFile("foo.ttf", "font/ttf/"); |
| 44 | + public static TestFile FourPagesDocx = new TestFile("four-pages.docx", "words/docx/"); |
45 | 45 |
|
46 | 46 | static { |
47 | 47 | PasswordProtectedDocx.setPassword("password"); |
|
0 commit comments