RUNIT TEST PROTOCOL -- Mon Mar  8 09:49:19 2010 
*********************************************** 
Number of test functions: 9 
Number of errors: 7 
Number of failures: 0 

 
1 Test Suite : 
logging unit testing - 9 test functions, 7 errors, 0 failures
ERROR in test.000.getLoggerWithoutInitializingDoesNotCrash: Error in func() : could not find function "getLogger"
ERROR in test.001.defaultLoggingLevelIsINFO: Error in func() : could not find function "basicConfig"
ERROR in test.002.canInitializeTwice: Error in func() : could not find function "basicConfig"
ERROR in test.canGetRootLoggerWithoutName: Error in func() : could not find function "getLogger"
ERROR in test.canSetLoggerLevelByName: Error in func() : could not find function "basicConfig"
ERROR in test.canSetLoggerLevelByNamedValue: Error in func() : could not find function "basicConfig"
ERROR in test.canSetLoggerLevelByUnnamedValue: Error in func() : could not find function "basicConfig"



Details 
*************************** 
Test Suite: logging unit testing 
Test function regexp: ^test.+ 
Test file regexp: ^runit.+\.[rR]$ 
Involved directory: 
../inst/RUnit/ 
--------------------------- 
Test file: ../inst/RUnit//runit.data.interaction.R 
test.000.getLoggerWithoutInitializingDoesNotCrash: ERROR !! 
Error in func() : could not find function "getLogger"
test.001.defaultLoggingLevelIsINFO: ERROR !! 
Error in func() : could not find function "basicConfig"
test.002.canInitializeTwice: ERROR !! 
Error in func() : could not find function "basicConfig"
test.canFindLoggingLevels: (6 checks) ... OK (0.01 seconds)
test.canGetRootLoggerWithoutName: ERROR !! 
Error in func() : could not find function "getLogger"
test.canSetLoggerLevelByName: ERROR !! 
Error in func() : could not find function "basicConfig"
test.canSetLoggerLevelByNamedValue: ERROR !! 
Error in func() : could not find function "basicConfig"
test.canSetLoggerLevelByUnnamedValue: ERROR !! 
Error in func() : could not find function "basicConfig"
test.fineLevelsAreOrdered: (3 checks) ... OK (0 seconds)
