Fixed err/errln/logln stuff.

X-SVN-Rev: 1261
This commit is contained in:
Alan Liu 2000-04-26 17:39:58 +00:00
parent 7ae37ad56d
commit 3d98d09a42
4 changed files with 8 additions and 28 deletions

View File

@ -1,5 +1,5 @@
/*
* @(#)$RCSfile: FmwkTestTextPanel.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 21:10:58 $
* @(#)$RCSfile: FmwkTestTextPanel.java,v $ $Revision: 1.2 $ $Date: 2000/04/26 17:39:58 $
*
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
*
@ -37,16 +37,6 @@ public final class FmwkTestTextPanel extends TestFmwk {
// If TestTextPanel gets more tests, add them here
}
protected void errln(String message) {
super.errln(message);
}
protected void logln(String message) {
super.logln(message);
}
private final class TTP extends TestTextPanel {
protected void reportError(String message) {

View File

@ -1,5 +1,5 @@
/*
* @(#)$RCSfile: TestMText.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $
* @(#)$RCSfile: TestMText.java,v $ $Revision: 1.3 $ $Date: 2000/04/26 17:39:58 $
*
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
*
@ -356,7 +356,7 @@ public class TestMText extends TestFmwk {
}
}
protected void err(String message) {
public void err(String message) {
if (testIteration != NOT_IN_MONKEY_TEST) {
message = "testIteration="+testIteration+"; testCase="+theCase+message;

View File

@ -1,5 +1,5 @@
/*
* @(#)$RCSfile: FmwkTestTextPanel.java,v $ $Revision: 1.1 $ $Date: 2000/04/24 21:10:58 $
* @(#)$RCSfile: FmwkTestTextPanel.java,v $ $Revision: 1.2 $ $Date: 2000/04/26 17:39:58 $
*
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
*
@ -37,16 +37,6 @@ public final class FmwkTestTextPanel extends TestFmwk {
// If TestTextPanel gets more tests, add them here
}
protected void errln(String message) {
super.errln(message);
}
protected void logln(String message) {
super.logln(message);
}
private final class TTP extends TestTextPanel {
protected void reportError(String message) {

View File

@ -1,5 +1,5 @@
/*
* @(#)$RCSfile: TestMText.java,v $ $Revision: 1.2 $ $Date: 2000/04/24 20:52:58 $
* @(#)$RCSfile: TestMText.java,v $ $Revision: 1.3 $ $Date: 2000/04/26 17:39:58 $
*
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
*
@ -356,7 +356,7 @@ public class TestMText extends TestFmwk {
}
}
protected void err(String message) {
public void err(String message) {
if (testIteration != NOT_IN_MONKEY_TEST) {
message = "testIteration="+testIteration+"; testCase="+theCase+message;