From c10a3c3daf273536a7e78c4e6f200e35706cf96f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 22 Aug 2010 05:34:50 +0000 Subject: Minor tweaks to tests. --- src/unit/basic.unit | 2 +- src/unit/io.unit | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/unit/basic.unit b/src/unit/basic.unit index d0309ee..c27b70c 100644 --- a/src/unit/basic.unit +++ b/src/unit/basic.unit @@ -133,7 +133,7 @@ suite Basic unitTest( pObj != NULL ); unitTest( pObj->getType() == Gats::typeFloat ); Gats::Float *pFlt = dynamic_cast(pObj); - sio << "old = " << M_PI << ", new = " << pFlt->getValue() << sio.nl; + // sio << "old = " << M_PI << ", new = " << pFlt->getValue() << sio.nl; unitTest( pFlt->getValue() == M_PI ); delete pObj; diff --git a/src/unit/io.unit b/src/unit/io.unit index 3e9c82c..2cd8376 100644 --- a/src/unit/io.unit +++ b/src/unit/io.unit @@ -91,6 +91,7 @@ suite Basic delete pObj2; } } + test biggerSpacers { Bu::FString sTmpFileName("temp-XXXXXXXXX"); -- cgit v1.2.3