[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Deployment ClassPath and AOP

kabir.khan@jboss.com do-not-reply at jboss.com
Thu Mar 27 09:33:01 EDT 2008


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#4139275

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139275



More information about the jboss-dev-forums mailing list