mirror of https://github.com/apache/openjpa.git
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:
parent
6473b9820a
commit
278da3816f
|
@ -30,7 +30,7 @@ import java.io.InputStream;
|
|||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
public class InputStreamLobTest extends AbstractLobTest {
|
||||
public class TestInputStreamLob extends AbstractLobTest {
|
||||
|
||||
protected LobEntity newLobEntity(String s, int id) {
|
||||
InputStreamLobEntity isle = new InputStreamLobEntity();
|
|
@ -30,7 +30,7 @@ import java.io.Reader;
|
|||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
public class ReaderLobTest extends AbstractLobTest {
|
||||
public class TestReaderLob extends AbstractLobTest {
|
||||
|
||||
protected LobEntity newLobEntity(String s, int id) {
|
||||
ReaderLobEntity rle = new ReaderLobEntity();
|
Loading…
Reference in New Issue