[rkward-cvs] SF.net SVN: rkward:[4456] trunk/rkward/tests/analysis_plugins.R
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Nov 27 13:20:20 UTC 2012
Revision: 4456
http://rkward.svn.sourceforge.net/rkward/?rev=4456&view=rev
Author: tfry
Date: 2012-11-27 13:20:20 +0000 (Tue, 27 Nov 2012)
Log Message:
-----------
Clean up, properly
Modified Paths:
--------------
trunk/rkward/tests/analysis_plugins.R
Modified: trunk/rkward/tests/analysis_plugins.R
===================================================================
--- trunk/rkward/tests/analysis_plugins.R 2012-11-27 13:12:24 UTC (rev 4455)
+++ trunk/rkward/tests/analysis_plugins.R 2012-11-27 13:20:20 UTC (rev 4456)
@@ -148,7 +148,7 @@
})
), postCalls = list ( # like initCalls: run after all tests to clean up.
function () {
- suppressWarnings (rm (list=c ("women", "warpbreaks", "rock", "co2", "test50x", "test50y", "test50z", "test10x", "test10y", "test10z", "test_table"), envir=globalenv()))
+ suppressWarnings (rm (list=c ("women", "warpbreaks", "rock", "co2", "test50x", "test50y", "test50z", "test10x", "test10y", "test10z", "test_table", "hptrend", "hpcycle"), envir=globalenv()))
}
)
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list