Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdevelop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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()
}
}
//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
());
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