[rkward-cvs] SF.net SVN: rkward:[2821] trunk/rkward/tests/test_framework.R
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Apr 19 14:08:27 UTC 2010
Revision: 2821
http://rkward.svn.sourceforge.net/rkward/?rev=2821&view=rev
Author: tfry
Date: 2010-04-19 14:08:26 +0000 (Mon, 19 Apr 2010)
Log Message:
-----------
Set fixed quoting style for automated tests
Modified Paths:
--------------
trunk/rkward/tests/test_framework.R
Modified: trunk/rkward/tests/test_framework.R
===================================================================
--- trunk/rkward/tests/test_framework.R 2010-04-19 07:54:04 UTC (rev 2820)
+++ trunk/rkward/tests/test_framework.R 2010-04-19 14:08:26 UTC (rev 2821)
@@ -290,6 +290,7 @@
# Make sure i18n does not get in the way
invisible (Sys.setenv (LANGUAGE="C"))
if (.Platform$OS.type == "unix") invisible (Sys.setlocale ("LC_MESSAGES", "C"))
+ options (useFancyQuotes=FALSE)
# This version of rk.set.output.html.file does not notify the frontend of the change. Without this, you'll get lots of output windows.
rk.set.output.html.file <<- function (x) {
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