Skip to content

Commit

Permalink
Fix BundleUtilTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed May 9, 2016
1 parent aef0d7d commit 09454b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void testGetStringFromBundleWithArguments() {
assertEquals("The saved search has been successfully linked to "
+ "<a href=\"/dataverse/dvAlias\" title=\"DV Name\">DV Name</a>.",
BundleUtil.getStringFromBundle("dataverse.saved.search.success",
Arrays.asList("dvAlias", "DV Name")));
Arrays.asList("<a href=\"/dataverse/dvAlias\" title=\"DV Name\">DV Name</a>")));
}

@Test
Expand Down

0 comments on commit 09454b2

Please sign in to comment.