[Logging-commits] r70 - in pkg: . inst/unitTest
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Apr 15 16:45:03 CEST 2011
Author: mariotomo
Date: 2011-04-15 16:45:03 +0200 (Fri, 15 Apr 2011)
New Revision: 70
Modified:
pkg/DESCRIPTION
pkg/inst/unitTest/runit.data.interaction.R
Log:
correcting one basic test (so that it is logged as succeeding).
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2011-04-15 14:40:57 UTC (rev 69)
+++ pkg/DESCRIPTION 2011-04-15 14:45:03 UTC (rev 70)
@@ -1,5 +1,5 @@
Package: logging
-Version: 0.5-65
+Version: 0.5-70
Date: 2010-06-17
Title: a tentative logging package
Author: Mario Frasca <mariotomo at gmail.com>
Modified: pkg/inst/unitTest/runit.data.interaction.R
===================================================================
--- pkg/inst/unitTest/runit.data.interaction.R 2011-04-15 14:40:57 UTC (rev 69)
+++ pkg/inst/unitTest/runit.data.interaction.R 2011-04-15 14:45:03 UTC (rev 70)
@@ -5,6 +5,7 @@
test.000.getLoggerWithoutInitializingDoesNotCrash <- function() {
rootLogger <- getLogger("")
+ checkTrue(TRUE) # this is reached if the previous does not crash.
}
test.001.defaultLoggingLevelIsINFO <- function() {
More information about the Logging-commits
mailing list