[rkward-cvs] SF.net SVN: rkward:[2772] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Mar 7 12:05:09 UTC 2010


Revision: 2772
          http://rkward.svn.sourceforge.net/rkward/?rev=2772&view=rev
Author:   tfry
Date:     2010-03-07 12:05:09 +0000 (Sun, 07 Mar 2010)

Log Message:
-----------
Include plots-tests in 'make plugintests'. (Used to be excluded due to frequent crashes)

Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/tests/all_tests.R

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2010-03-07 12:03:11 UTC (rev 2771)
+++ trunk/rkward/ChangeLog	2010-03-07 12:05:09 UTC (rev 2772)
@@ -1,3 +1,4 @@
+- Fixed: Frequent crashes while running automated plugintests
 - Fixed: Filenames without extension would not be shown in file dialogs
 - Fixed: Calling "fix(my.fun)" would remove comments
 - Fixed: Removing "@CRAN@" from the repositories would break package installation

Modified: trunk/rkward/tests/all_tests.R
===================================================================
--- trunk/rkward/tests/all_tests.R	2010-03-07 12:03:11 UTC (rev 2771)
+++ trunk/rkward/tests/all_tests.R	2010-03-07 12:05:09 UTC (rev 2772)
@@ -1,7 +1,7 @@
 if (!isClass ("RKTestSuite")) source ("test_framework.R")
 
 ## add your test suite files, to this vector:
-testsuites <- c ("rkward_application_tests.R", "import_export_plugins.R", "item_response_theory.R", "analysis_plugins.R", "distributions.R")
+testsuites <- c ("rkward_application_tests.R", "import_export_plugins.R", "item_response_theory.R", "analysis_plugins.R", "distributions.R", "plots.R")
 
 allresults <- new ("RKTestResult")
 for (testsuite in testsuites) {


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