From 24ab24777d7cd72b7ff35a9d02cb43e26f006b0d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 25 May 2010 17:45:03 +0000 Subject: More myriad testing, fixes, arrangement, etc. UnitSuite add-ons, it has some command line parameters now, I would like to also add an automatic paramter that would switch it to a computer-readable output mode for use in a larger testing framework. --- src/cachestoremyriad.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cachestoremyriad.h') diff --git a/src/cachestoremyriad.h b/src/cachestoremyriad.h index 3ae3ec8..bffa0bb 100644 --- a/src/cachestoremyriad.h +++ b/src/cachestoremyriad.h @@ -64,7 +64,8 @@ namespace Bu mStore.initialize( iBlockSize, iPreAllocate ); int iStream = mStore.createStream(); if( iStream != 1 ) - throw Bu::ExceptionBase("That's...horrible...id = %d.\n\n", iStream ); + throw Bu::ExceptionBase("That's...horrible...id = %d.\n\n", + iStream ); MyriadStream ns = mStore.openStream( 1 ); Bu::Archive ar( ns, Bu::Archive::save ); ar << hId; -- cgit v1.2.3