This fails as well
| URL httpA = new URL("http://classes");
| URL httpB = new URL(new URL("http://"), "classes");
| assertEquals(httpA, httpB);
|
anonymous wrote :
| junit.framework.AssertionFailedError: expected:<http://classes> but
was:<http:/classes>
| at junit.framework.Assert.fail(Assert.java:47)
| at junit.framework.Assert.failNotEquals(Assert.java:282)
| at junit.framework.Assert.assertEquals(Assert.java:64)
| at junit.framework.Assert.assertEquals(Assert.java:71)
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139275#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...