@@ -476,13 +476,13 @@ void testDcSaPhaseTapChangerTapPositionChangeNoViolationDetectedOnRemovedBranchO
476
476
List <Action > actions = List .of (new PhaseTapChangerTapPositionAction ("pstChange" , "PS1" , false , 0 ));
477
477
List <OperatorStrategy > operatorStrategies = List .of (new OperatorStrategy ("strategyPstChange" , ContingencyContext .specificContingency ("BBS3" ), new TrueCondition (), List .of ("pstChange" )));
478
478
479
- SecurityAnalysisResult resultSlowDcSa = runSecurityAnalysis (network , contingencies , monitors , securityParameters ,
479
+ SecurityAnalysisResult resultDefaultDcSa = runSecurityAnalysis (network , contingencies , monitors , securityParameters ,
480
480
operatorStrategies , actions , ReportNode .NO_OP );
481
- OperatorStrategyResult operatorStrategyResult = getOperatorStrategyResult (resultSlowDcSa , "strategyPstChange" );
481
+ OperatorStrategyResult operatorStrategyResult = getOperatorStrategyResult (resultDefaultDcSa , "strategyPstChange" );
482
482
assertEquals (200.0 , operatorStrategyResult .getNetworkResult ().getBranchResult ("PS1" ).getP1 (), DELTA_POWER );
483
483
assertEquals (-200.0 , operatorStrategyResult .getNetworkResult ().getBranchResult ("PS1" ).getP2 (), DELTA_POWER );
484
484
assertEquals (0 , operatorStrategyResult .getLimitViolationsResult ().getLimitViolations ().size ());
485
- // in slow dc mode, branch results with 0 flow are created for disabled branches on one side
485
+ // in default dc mode, branch results with 0 flow are created for disabled branches on one side
486
486
assertEquals (5 , operatorStrategyResult .getNetworkResult ().getBranchResults ().size ());
487
487
488
488
// set dc sa mode
0 commit comments