Skip to content

Commit

Permalink
TEIIDDES-402 fixed expected message text string in test
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Jul 13, 2012
1 parent 1163ac4 commit af08cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void testNonPlatformGetStringWithNullKey() {

public void testNonPlatformGetStringWithZeroLengthKey() {
final String key = ""; //$NON-NLS-1$
final String expectedValue = "<Missing message for key \"\" in: org.teiid.core.xslt.i18n>"; //$NON-NLS-1$
final String expectedValue = "<Missing message for key \"\" in: org.teiid.designer.core.xslt.i18n>"; //$NON-NLS-1$
helpTestGetString(key, expectedValue);
}

Expand Down

0 comments on commit af08cfc

Please sign in to comment.