OPENJPA-1147: Enable streaming LOB tests by renaming to start with Test

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@790666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Milosz Tylenda 2009-07-02 16:45:36 +00:00
parent 6473b9820a
commit 278da3816f
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ import java.io.InputStream;
* @since 1.1.0 * @since 1.1.0
*/ */
public class InputStreamLobTest extends AbstractLobTest { public class TestInputStreamLob extends AbstractLobTest {
protected LobEntity newLobEntity(String s, int id) { protected LobEntity newLobEntity(String s, int id) {
InputStreamLobEntity isle = new InputStreamLobEntity(); InputStreamLobEntity isle = new InputStreamLobEntity();

View File

@ -30,7 +30,7 @@ import java.io.Reader;
* @since 1.1.0 * @since 1.1.0
*/ */
public class ReaderLobTest extends AbstractLobTest { public class TestReaderLob extends AbstractLobTest {
protected LobEntity newLobEntity(String s, int id) { protected LobEntity newLobEntity(String s, int id) {
ReaderLobEntity rle = new ReaderLobEntity(); ReaderLobEntity rle = new ReaderLobEntity();