Skip to content

Commit

Permalink
Fix standalone tests
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1568 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 18, 2009
1 parent 1980cc1 commit 7e7bd32
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -54,6 +54,10 @@ public void setup() throws IOException

public void deploy(InputStream archiveStream, String name) throws DeploymentException, IOException
{
if (deploymentManager == null)
{
throw new IllegalStateException("setup() has not been called!");
}
Exception failure = null;
try
{
Expand Down

0 comments on commit 7e7bd32

Please sign in to comment.