summaryrefslogtreecommitdiffstats
path: root/sigcore/test/TestScript.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-09 17:41:16 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-09 17:41:16 -0500
commit021ebd9d6d773d3545d0e1867165a55e2fd71f3c (patch)
treeb35add05bf86ecde9f8f7803ff78944d1e0ff9e1 /sigcore/test/TestScript.cpp
parentf77bad54ce1acaabdd2c373c318ff0cf56e67e6a (diff)
downloadsigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.tar.gz
sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.tar.xz
sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.zip
Enable Ruby test in script
Diffstat (limited to 'sigcore/test/TestScript.cpp')
-rw-r--r--sigcore/test/TestScript.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sigcore/test/TestScript.cpp b/sigcore/test/TestScript.cpp
index b808acd7..b49bcc3b 100644
--- a/sigcore/test/TestScript.cpp
+++ b/sigcore/test/TestScript.cpp
@@ -260,6 +260,7 @@ void lua()
QCOMPARE(m_bar, true);
QCOMPARE(m_value, QString("set"));
}
+*/
void TestScript::ruby()
{
@@ -287,6 +288,7 @@ void TestScript::ruby()
QCOMPARE(m_value, QString("set"));
}
+/*
void mono()
{
Sigcore::Script script("mono", "import object\n"