Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.4.1
-
None
-
Linux x86_64, OpenSuSE 11.2. Qt 4.6.2.
Windows Vista x64
Description
Whenever the edit cursor gets to a certain function defined inside a UnitTest++ macro, QtCreator crashes. This happens when in the editor, or in the debugger.
UnitTest++ is used with the following code outline.
SUITE(TestSuiteName) { class SetUp { public: SetUp() { // some code here } void someFunction() { // some code here } } // end class Setup TEST_FIXTURE( SetUp, TestSomething ) { // some code here } }
When the cursor goes to someFunction() or the SetUp() constructor, whether by scrolling, or a "Follow Symbol Under Cursor", the IDE crashes.