From e3ec52f6cac4b06d84b01dc3b9ecb947639b648b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 7 Mar 2015 12:14:39 -0500 Subject: [PATCH] Unit Tests - Cleaned up color.t.cpp. --- test/color.t.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/color.t.cpp b/test/color.t.cpp index 38f29c36a..b2f8e420d 100644 --- a/test/color.t.cpp +++ b/test/color.t.cpp @@ -36,11 +36,7 @@ Context context; //////////////////////////////////////////////////////////////////////////////// int main (int argc, char** argv) { - UnitTest t (1036); - - // Ensure environment has no influence. - unsetenv ("TASKDATA"); - unsetenv ("TASKRC"); + UnitTest t (40 + 256 + 256 + 6*6*6 + 6*6*6 + 1 + 24 + 24 + 3); // Names matched to values. t.is ((int) Color (""), (int) Color (Color::nocolor), "'' == Color::nocolor");