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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit/basic.unit') 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; -- cgit v1.2.3