diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-09 17:41:16 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-09 17:41:16 -0500 |
| commit | 021ebd9d6d773d3545d0e1867165a55e2fd71f3c (patch) | |
| tree | b35add05bf86ecde9f8f7803ff78944d1e0ff9e1 | |
| parent | f77bad54ce1acaabdd2c373c318ff0cf56e67e6a (diff) | |
| download | sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.tar.gz sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.tar.xz sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.zip | |
Enable Ruby test in script
| -rw-r--r-- | sigcore/test/TestScript.cpp | 2 | ||||
| -rw-r--r-- | sigcore/test/TestScript.h | 2 |
2 files changed, 3 insertions, 1 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" diff --git a/sigcore/test/TestScript.h b/sigcore/test/TestScript.h index 050e5a72..adf48858 100644 --- a/sigcore/test/TestScript.h +++ b/sigcore/test/TestScript.h @@ -61,7 +61,7 @@ class TestScript : public QObject void qtscript(); // void java(); // void lua(); -// void ruby(); + void ruby(); // void mono(); }; |
