[jboss-dev-forums] [Design of POJO Server] - Re: AbstractDeploymentTest still using DeploymentContext

alesj do-not-reply at jboss.com
Fri Nov 9 09:58:51 EST 2007


"alesj" wrote : 
  | And this needs changing as well:
  | 
  |   |    protected void assertNotDeployed(String deployment) throws Exception
  |   |    {
  |   |       DeploymentUnit result = getDeploymentUnit(deployment);
  |   |       assertNull("Should not be deployed " + result, result);
  |   |    }
  |   | 
  | Since this previously never returned null.
  | Perhaps it will now with the new DU change ... need to test this.
  | 
As expected, change to DU doesn't change the behavior.
e.g. NotClientDeploymentUnitTestCase gets 'deployed' w/o problems. :-(

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103273#4103273

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



More information about the jboss-dev-forums mailing list