[Logging-commits] r94 - pkg/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 20 10:20:15 CEST 2011


Author: mariotomo
Date: 2011-09-20 10:20:14 +0200 (Tue, 20 Sep 2011)
New Revision: 94

Modified:
   pkg/tests/doSvUnit.R
Log:
*** empty log message ***

Modified: pkg/tests/doSvUnit.R
===================================================================
--- pkg/tests/doSvUnit.R	2011-09-20 08:17:29 UTC (rev 93)
+++ pkg/tests/doSvUnit.R	2011-09-20 08:20:14 UTC (rev 94)
@@ -1,7 +1,7 @@
 #! /usr/bin/Rscript
 require(svUnit)  # Needed if run from R CMD BATCH
+require(logging)
 pkg <- "logging"
-require(pkg)
 unlink("report.xml")  # Make sure we generate a new report
 mypkgSuite <- svSuiteList(pkg, dirs="../../pkg/inst/unitTest")  # List all our test suites
 runTest(mypkgSuite, name = pkg)  # Run them...



More information about the Logging-commits mailing list