Skip to content

Commit

Permalink
Changing manifest test (do not merge this commit on trunk)
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 28, 2011
1 parent 080a85c commit fe958b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ public void testManifestEntries() throws Exception
Attributes attrs = manifest.getMainAttributes();

Assert.assertEquals(meta.getProviderVersion(), attrs.getValue("HornetQ-Version"));
Assert.assertEquals("https://svn.jboss.org/repos/hornetq/trunk", attrs.getValue("HornetQ-SVN-URL"));
Assert.assertEquals("https://svn.jboss.org/repos/hornetq/branches/Branch_2_2_EAP", attrs.getValue("HornetQ-SVN-URL"));
}
finally
{
Expand Down

0 comments on commit fe958b1

Please sign in to comment.