From aba7c45c2c69d402d1b6fc427cde5bfa4661a0e1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 7 Jan 2009 16:48:35 +0000 Subject: Corrected a couple of places where std:: classes were being used and shouldn't have been. Also made the Unit tests actually use expected values, so you can mark a test as "expected fail" and it'll know. It also prints out cute reports at the end of each run. --- src/unit/fstring.unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit/fstring.unit') diff --git a/src/unit/fstring.unit b/src/unit/fstring.unit index 93065fe..3912de2 100644 --- a/src/unit/fstring.unit +++ b/src/unit/fstring.unit @@ -35,7 +35,7 @@ unitTest( strcmp( b.getStr(), "abcdef" ) == 0 ); } -{%shared1} +{%shared1:fail} { Bu::FString a("Hey there"); Bu::FString b( a ); -- cgit v1.2.3