Skip to content

Commit

Permalink
Fix the TCK :-/
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1489 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 11, 2009
1 parent 35104ed commit ebeb164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Expand Up @@ -114,7 +114,7 @@ public void undeploy(String name) throws Exception
File file = new File(deployDir, name);
if (file.exists())
{
//file.delete();
file.delete();
}
Thread.sleep(1000);
}
Expand Down
@@ -1,2 +1,4 @@
org.jboss.jsr299.tck.spi.Containers=org.jboss.webbeans.tck.integration.jbossas.ContainersImpl
org.jboss.jsr299.tck.api.TestLauncher=org.jboss.jsr299.tck.impl.runner.servlet.ServletTestLauncher
org.jboss.jsr299.tck.api.TestLauncher=org.jboss.jsr299.tck.impl.runner.servlet.ServletTestLauncher
org.jboss.jsr299.tck.connectDelay=1500
org.jboss.jsr299.tck.connectRetries=8
4 changes: 4 additions & 0 deletions jboss-tck-runner/src/test/resources/log4j.xml
Expand Up @@ -47,6 +47,10 @@
<priority value="ERROR"/>
</category>

<category name="org.jboss.jsr299">
<priority value="INFO"/>
</category>

<root>
<priority value="INFO"/>
<appender-ref ref="CONSOLE"/>
Expand Down

0 comments on commit ebeb164

Please sign in to comment.