Remove system.out.println from test class.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@800970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-08-04 20:56:44 +00:00
parent 63cacaa1c9
commit 52ee68b7a1
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ public class TestByteArray extends SingleEMTestCase {
public void testByteArray() { public void testByteArray() {
if (! runTest) { if (! runTest) {
// skip if not DB2 (from setup) // skip if not DB2 (from setup)
System.out.println("MDD skipping");
return; return;
} }