Removing disabled test case

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@595915 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-11-17 06:49:40 +00:00
parent f875a5e98b
commit da9c4ba721
1 changed files with 0 additions and 4 deletions

View File

@ -114,8 +114,4 @@ public class TestEnumsInJPQL
em.getTransaction().commit();
postUpdateCheck(false);
}
public void xtestInMemory() {
fail("unimplemented");
}
}