Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
blobfish
kdevelop
Commits
1a740ec2
Commit
1a740ec2
authored
Feb 10, 2019
by
Milian Wolff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete code
We already cleanup old projects in TestProjectLoad::init
parent
a0fd2014
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
plugins/genericprojectmanager/tests/test_projectload.cpp
plugins/genericprojectmanager/tests/test_projectload.cpp
+0
-6
No files found.
plugins/genericprojectmanager/tests/test_projectload.cpp
View file @
1a740ec2
...
@@ -184,12 +184,6 @@ void TestProjectLoad::removeDirRecursive()
...
@@ -184,12 +184,6 @@ void TestProjectLoad::removeDirRecursive()
}
}
}
}
//close previously opened projects
QTest
::
qWait
(
1000
);
//wait for projects to load
foreach
(
IProject
*
p
,
ICore
::
self
()
->
projectController
()
->
projects
())
{
ICore
::
self
()
->
projectController
()
->
closeProject
(
p
);
QTest
::
qWait
(
100
);
}
QVERIFY
(
ICore
::
self
()
->
projectController
()
->
projects
().
isEmpty
());
QVERIFY
(
ICore
::
self
()
->
projectController
()
->
projects
().
isEmpty
());
ICore
::
self
()
->
projectController
()
->
openProject
(
p
.
file
);
ICore
::
self
()
->
projectController
()
->
openProject
(
p
.
file
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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