Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix test case loadSrcDocTestWithExcludeOption
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jul 31, 2011
1 parent e3cba59 commit 08eecf6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -136,7 +136,7 @@ public void loadSrcDocTestWithExcludeOption() throws IOException
EasyMock.expect(mockPushOption.getTransDir()).andReturn(sourceDir).anyTimes();
EasyMock.expect(mockPushOption.getLocales()).andReturn(locales).anyTimes();
EasyMock.expect(mockPushOption.getSourceLang()).andReturn("en-US").anyTimes();
EasyMock.expect(mockPushOption.getExcludeFilePattern()).andReturn("*zh*").anyTimes();
EasyMock.expect(mockPushOption.getExcludeFilePattern()).andReturn("*StringResource*").anyTimes();

xliffStrategy.setPushOptions(mockPushOption);
EasyMock.replay(mockPushOption);
Expand Down

0 comments on commit 08eecf6

Please sign in to comment.