Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@405 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 4, 2008
1 parent 865f559 commit 26119ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Expand Up @@ -31,7 +31,10 @@ public void beforeClass()
EJBContainer.createEJBContainer(properties);
}

protected abstract String getTestClassesPath();
protected String getTestClassesPath()
{
return "org/jboss/webbeans/test";
}

private static String getURLToTestClasses(String path)
{
Expand Down
Expand Up @@ -11,12 +11,6 @@
public class EnterpriseBeanTest extends AbstractEjbEmbeddableTest
{

@Override
protected String getTestClassesPath()
{
return "org/jboss/webbeans/";
}

@Test(expectedExceptions=UnsupportedOperationException.class)
public void test() throws NamingException
{
Expand Down

0 comments on commit 26119ee

Please sign in to comment.