Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
ef55312c
Commit
ef55312c
authored
Jun 16, 2010
by
Tobias Hunger
Browse files
Fix gnumakeparser unit test
parent
3b315edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/gnumakeparser.cpp
View file @
ef55312c
...
...
@@ -204,7 +204,9 @@ void ProjectExplorerPlugin::testGnuMakeParserParsing_data()
<<
QString
()
<<
QString
()
<<
QList
<
Task
>
()
<<
QString
()
<<
(
QStringList
()
<<
QString
::
fromLatin1
(
"/home/code/build/qt/examples/opengl/grabber"
)
<<
QString
::
fromLatin1
(
"/test/dir"
));
<<
(
QStringList
()
<<
QString
::
fromLatin1
(
"/home/code/build/qt/examples/opengl/grabber"
)
<<
QString
::
fromLatin1
(
"/home/code/build/qt/examples/opengl/grabber"
)
<<
QString
::
fromLatin1
(
"/test/dir"
));
QTest
::
newRow
(
"leaving directory"
)
<<
(
QStringList
()
<<
QString
::
fromLatin1
(
"/home/code/build/qt/examples/opengl/grabber"
)
<<
QString
::
fromLatin1
(
"/test/dir"
))
<<
QString
::
fromLatin1
(
"make[4]: Leaving directory `/home/code/build/qt/examples/opengl/grabber'"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment