Skip to content

Commit

Permalink
Fix failing tests in source lookup
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Mar 24, 2016
1 parent ae63304 commit ffa08cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void testSourceContainerAS711() throws Exception {

@Test
public void testSourceContainerEAP61() throws Exception {
assertServerHasSource("JBoss EAP 6.1",WELD_BOOTSTRAP_JAVA);
assertServerHasSource("Red Hat JBoss EAP 6.1",WELD_BOOTSTRAP_JAVA);
}

private void assertServerHasSource(String serverName, String sourceName) throws Exception {
Expand Down

0 comments on commit ffa08cb

Please sign in to comment.