@@ -602,17 +602,17 @@ suite('WorkingCopyBackupTracker (native)', function () {
602
602
test ( 'should hot exit (reason: RELOAD, windows: multiple, empty workspace)' , function ( ) {
603
603
return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . RELOAD , true , false , false ) ;
604
604
} ) ;
605
- test ( 'should NOT hot exit (reason: LOAD, windows: single, workspace)' , function ( ) {
606
- return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , false , true , true ) ;
605
+ test ( 'should hot exit (reason: LOAD, windows: single, workspace)' , function ( ) {
606
+ return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , false , true , false ) ;
607
607
} ) ;
608
- test ( 'should NOT hot exit (reason: LOAD, windows: single, empty workspace)' , function ( ) {
609
- return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , false , false , true ) ;
608
+ test ( 'should hot exit (reason: LOAD, windows: single, empty workspace)' , function ( ) {
609
+ return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , false , false , false ) ;
610
610
} ) ;
611
- test ( 'should NOT hot exit (reason: LOAD, windows: multiple, workspace)' , function ( ) {
612
- return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , true , true , true ) ;
611
+ test ( 'should hot exit (reason: LOAD, windows: multiple, workspace)' , function ( ) {
612
+ return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , true , true , false ) ;
613
613
} ) ;
614
- test ( 'should NOT hot exit (reason: LOAD, windows: multiple, empty workspace)' , function ( ) {
615
- return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , true , false , true ) ;
614
+ test ( 'should hot exit (reason: LOAD, windows: multiple, empty workspace)' , function ( ) {
615
+ return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT , ShutdownReason . LOAD , true , false , false ) ;
616
616
} ) ;
617
617
} ) ;
618
618
@@ -656,14 +656,14 @@ suite('WorkingCopyBackupTracker (native)', function () {
656
656
test ( 'should hot exit (reason: LOAD, windows: single, workspace)' , function ( ) {
657
657
return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT_AND_WINDOW_CLOSE , ShutdownReason . LOAD , false , true , false ) ;
658
658
} ) ;
659
- test ( 'should NOT hot exit (reason: LOAD, windows: single, empty workspace)' , function ( ) {
660
- return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT_AND_WINDOW_CLOSE , ShutdownReason . LOAD , false , false , true ) ;
659
+ test ( 'should hot exit (reason: LOAD, windows: single, empty workspace)' , function ( ) {
660
+ return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT_AND_WINDOW_CLOSE , ShutdownReason . LOAD , false , false , false ) ;
661
661
} ) ;
662
662
test ( 'should hot exit (reason: LOAD, windows: multiple, workspace)' , function ( ) {
663
663
return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT_AND_WINDOW_CLOSE , ShutdownReason . LOAD , true , true , false ) ;
664
664
} ) ;
665
- test ( 'should NOT hot exit (reason: LOAD, windows: multiple, empty workspace)' , function ( ) {
666
- return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT_AND_WINDOW_CLOSE , ShutdownReason . LOAD , true , false , true ) ;
665
+ test ( 'should hot exit (reason: LOAD, windows: multiple, empty workspace)' , function ( ) {
666
+ return scratchpadHotExitTest . call ( this , HotExitConfiguration . ON_EXIT_AND_WINDOW_CLOSE , ShutdownReason . LOAD , true , false , false ) ;
667
667
} ) ;
668
668
} ) ;
669
669
0 commit comments