Add isVerbose()

X-SVN-Rev: 1865
This commit is contained in:
Alan Liu 2000-07-13 21:34:32 +00:00
parent 250e41fdff
commit cba6a1eae2
2 changed files with 12 additions and 4 deletions

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/TestFmwk.java,v $
* $Date: 2000/05/18 19:09:51 $
* $Revision: 1.12 $
* $Date: 2000/07/13 21:34:32 $
* $Revision: 1.13 $
*
*****************************************************************************************
*/
@ -148,6 +148,10 @@ public class TestFmwk implements TestLog {
}
}
protected boolean isVerbose() {
return params.verbose;
}
/**
* Adds given string to the log if we are in verbose mode.
*/

View file

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/test/Attic/TestFmwk.java,v $
* $Date: 2000/05/18 19:09:51 $
* $Revision: 1.12 $
* $Date: 2000/07/13 21:34:32 $
* $Revision: 1.13 $
*
*****************************************************************************************
*/
@ -148,6 +148,10 @@ public class TestFmwk implements TestLog {
}
}
protected boolean isVerbose() {
return params.verbose;
}
/**
* Adds given string to the log if we are in verbose mode.
*/