瀏覽代碼

ctkAbstractPythonManagerTest: Fix typo

Jean-Christophe Fillion-Robin 10 年之前
父節點
當前提交
a3f57657e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/Scripting/Python/Core/Testing/Cpp/ctkAbstractPythonManagerTest.cpp

+ 1 - 1
Libs/Scripting/Python/Core/Testing/Cpp/ctkAbstractPythonManagerTest.cpp

@@ -112,7 +112,7 @@ void ctkAbstractPythonManagerTester::testPythonErrorOccured_data()
 
   QTest::newRow("0") << QString("2 + 2") << false;
 
-  QTest::newRow("1") << QString("raise Exception('This is exception is expected')") << true;
+  QTest::newRow("1") << QString("raise Exception('This exception is expected')") << true;
 }
 
 // ----------------------------------------------------------------------------