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

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Sep 12, 2012
1 parent 7d3be6c commit 55e6453
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -763,7 +763,7 @@ private void setupMockGetterReturnValues()
mockDisplay.setProjectLinkLabel(TEST_PPROJET_SLUG);
expectLastCall().once();

mockDisplay.setIterationFilesLabel(TEST_ITERATION_SLUG + "(" + TEST_LOCALE_ID + ")");
mockDisplay.setIterationFilesLabel(TEST_ITERATION_SLUG + " [" + TEST_LOCALE_ID + "]");
expectLastCall().once();

expect(mockDisplay.getSearchAndReplaceButton()).andReturn(mockSearchButton).anyTimes();
Expand Down

0 comments on commit 55e6453

Please sign in to comment.