From 021ebd9d6d773d3545d0e1867165a55e2fd71f3c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 9 Feb 2009 17:41:16 -0500 Subject: Enable Ruby test in script --- sigcore/test/TestScript.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sigcore/test/TestScript.cpp') 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" -- cgit