summaryrefslogtreecommitdiffstats
path: root/sigmod/test
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-11 01:19:33 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-11 01:19:33 -0500
commit8926e15116ce36b2a433515074ed84c9321acbce (patch)
tree376f938220ec32c1ef4ab219a5c4d13cafaaf714 /sigmod/test
parent58c89aa0ad81c6c30960838ca74aaa4fdb5135a9 (diff)
downloadsigen-8926e15116ce36b2a433515074ed84c9321acbce.tar.gz
sigen-8926e15116ce36b2a433515074ed84c9321acbce.tar.xz
sigen-8926e15116ce36b2a433515074ed84c9321acbce.zip
Fixed check in Time test
Diffstat (limited to 'sigmod/test')
-rw-r--r--sigmod/test/TestTime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/test/TestTime.cpp b/sigmod/test/TestTime.cpp
index 53519582..452f10f9 100644
--- a/sigmod/test/TestTime.cpp
+++ b/sigmod/test/TestTime.cpp
@@ -181,7 +181,7 @@ void TestTime::assignment()
QCOMPARE(m_time3->name(), QString("Foo"));
QCOMPARE(m_time3->hour(), 12);
QCOMPARE(m_time3->minute(), 30);
- QCOMPARE(m_time1->script(), Sigcore::Script("python", "import os"));
+ QCOMPARE(m_time3->script(), Sigcore::Script("python", "import os"));
}
QTEST_APPLESS_MAIN(TestTime)