[Ktutorial-commits] SF.net SVN: ktutorial:[363] trunk/ktutorial/ktutorial-editor/tests/unit/ view
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2012-08-10 11:37:38
|
Revision: 363 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=363&view=rev Author: danxuliu Date: 2012-08-10 11:37:32 +0000 (Fri, 10 Aug 2012) Log Message: ----------- Fix typo. Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectChooserTest.cpp trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameRegisterTest.cpp trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp Modified: trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectChooserTest.cpp =================================================================== --- trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectChooserTest.cpp 2012-08-10 11:28:21 UTC (rev 362) +++ trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectChooserTest.cpp 2012-08-10 11:37:32 UTC (rev 363) @@ -102,7 +102,7 @@ mPath = QApplication::applicationDirPath() + "/../targetapplication/TargetApplicationStub"; - //Avoid signals from previews tests to be delivered to the next ones + //Avoid signals from previous tests to be delivered to the next ones //setting a new TargetApplication delete TargetApplication::sSelf; TargetApplication::sSelf = new TargetApplication(); Modified: trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameRegisterTest.cpp =================================================================== --- trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameRegisterTest.cpp 2012-08-10 11:28:21 UTC (rev 362) +++ trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameRegisterTest.cpp 2012-08-10 11:37:32 UTC (rev 363) @@ -88,7 +88,7 @@ mPath = QApplication::applicationDirPath() + "/../targetapplication/TargetApplicationStub"; - //Avoid signals from previews tests to be delivered to the next ones + //Avoid signals from previous tests to be delivered to the next ones //setting a new TargetApplication delete TargetApplication::sSelf; TargetApplication::sSelf = new TargetApplication(); Modified: trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp =================================================================== --- trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp 2012-08-10 11:28:21 UTC (rev 362) +++ trunk/ktutorial/ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp 2012-08-10 11:37:32 UTC (rev 363) @@ -114,7 +114,7 @@ mPath = QApplication::applicationDirPath() + "/../targetapplication/TargetApplicationStub"; - //Avoid signals from previews tests to be delivered to the next ones + //Avoid signals from previous tests to be delivered to the next ones //setting a new TargetApplication delete TargetApplication::sSelf; TargetApplication::sSelf = new TargetApplication(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |