@@ -104,7 +104,7 @@ public void issue555() {
104
104
e .printStackTrace ();
105
105
fail ("Failed to compile the project:" + unoBoardid .getBoardName () + " as uno exception" );
106
106
}
107
- SloeberProject arduinoProject = SloeberProject .getSloeberProject (theTestProject );
107
+ SloeberProject arduinoProject = SloeberProject .getSloeberProject (theTestProject , false );
108
108
ICProjectDescription cProjectDescription = CCorePlugin .getDefault ().getProjectDescription (theTestProject );
109
109
arduinoProject .setBoardDescription (cProjectDescription .getActiveConfiguration (), teensyBoardid , true );
110
110
@@ -348,7 +348,7 @@ public void openAndClosePreservesSettings() throws Exception {
348
348
349
349
// Read the data we want to test
350
350
Shared .waitForAllJobsToFinish (); // for the indexer
351
- SloeberProject sloeberDesc = SloeberProject .getSloeberProject (theTestProject );
351
+ SloeberProject sloeberDesc = SloeberProject .getSloeberProject (theTestProject , false );
352
352
ICProjectDescription projDesc = CoreModel .getDefault ().getProjectDescription (theTestProject );
353
353
ICConfigurationDescription confDesc = projDesc .getActiveConfiguration ();
354
354
BoardDescription createdBoardDesc = sloeberDesc .getBoardDescription (confDesc , false );
@@ -363,7 +363,7 @@ public void openAndClosePreservesSettings() throws Exception {
363
363
Shared .waitForAllJobsToFinish ();
364
364
365
365
// read the data we want to test
366
- sloeberDesc = SloeberProject .getSloeberProject (theTestProject );
366
+ sloeberDesc = SloeberProject .getSloeberProject (theTestProject , false );
367
367
projDesc = CoreModel .getDefault ().getProjectDescription (theTestProject );
368
368
confDesc = projDesc .getActiveConfiguration ();
369
369
BoardDescription reopenedBoardDesc = sloeberDesc .getBoardDescription (confDesc , false );
@@ -448,13 +448,13 @@ public void openAndCloseUsesSavedSettings() throws Exception {
448
448
449
449
// Read the data we want to test
450
450
Shared .waitForAllJobsToFinish (); // for the indexer
451
- SloeberProject proj1SloeberDesc = SloeberProject .getSloeberProject (proj1 );
451
+ SloeberProject proj1SloeberDesc = SloeberProject .getSloeberProject (proj1 , false );
452
452
ICProjectDescription proj1Desc = CoreModel .getDefault ().getProjectDescription (proj1 );
453
453
ICConfigurationDescription proj1ConfDesc = proj1Desc .getActiveConfiguration ();
454
454
BoardDescription proj1CreatedBoardDesc = proj1SloeberDesc .getBoardDescription (proj1ConfDesc , false );
455
455
CompileDescription proj1CreatedCompileDesc = proj1SloeberDesc .getCompileDescription (proj1ConfDesc , false );
456
456
457
- SloeberProject proj2SloeberDesc = SloeberProject .getSloeberProject (proj2 );
457
+ SloeberProject proj2SloeberDesc = SloeberProject .getSloeberProject (proj2 , false );
458
458
ICProjectDescription proj2Desc = CoreModel .getDefault ().getProjectDescription (proj2 );
459
459
ICConfigurationDescription proj2ConfDesc = proj2Desc .getActiveConfiguration ();
460
460
BoardDescription proj2CreatedBoardDesc = proj2SloeberDesc .getBoardDescription (proj2ConfDesc , false );
@@ -482,7 +482,7 @@ public void openAndCloseUsesSavedSettings() throws Exception {
482
482
Shared .waitForAllJobsToFinish ();
483
483
484
484
// reread project 2
485
- proj2SloeberDesc = SloeberProject .getSloeberProject (proj2 );
485
+ proj2SloeberDesc = SloeberProject .getSloeberProject (proj2 , false );
486
486
proj2Desc = CoreModel .getDefault ().getProjectDescription (proj2 );
487
487
proj2ConfDesc = proj2Desc .getActiveConfiguration ();
488
488
BoardDescription proj2OpenedBoardDesc = proj2SloeberDesc .getBoardDescription (proj2ConfDesc , false );
0 commit comments