Skip to content

Commit

Permalink
refactor: relocate en-ca.xlf xliff1 test data
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Nov 16, 2023
1 parent d163101 commit 2613045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/src/org/omegat/core/data/ExternalTMFactoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void testLoadMozillaLang() throws Exception {

@Test
public void testLoadXliff() throws Exception {
File tmxFile = new File("test/data/filters/xliff/en-ca.xlf");
File tmxFile = new File("test/data/filters/xliff/filters4-xliff1/en-ca.xlf");

sourceLang = new Language("en");
targetLang = new Language("ca");
Expand Down

0 comments on commit 2613045

Please sign in to comment.