File tree Expand file tree Collapse file tree
diagram-test/src/main/java/com/powsybl/diagram/test
single-line-diagram/single-line-diagram-core/src/test/java/com/powsybl/sld/iidm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2506,7 +2506,7 @@ public static Network createBusbarLoadNetwork() {
25062506 .setP0 (10.0 )
25072507 .setQ0 (2.0 )
25082508 .add ();
2509- // broker between node 1 and node 2
2509+ // breaker between node 1 and node 2
25102510 vl .getNodeBreakerView ().newBreaker ()
25112511 .setId ("B1" )
25122512 .setNode1 (1 )
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ void testLegendDisplaysFictitiousInjectionsWhenBusBreakerTopology() {
104104 // Run layout
105105 voltageLevelGraphLayout (g );
106106
107- String svg = toSVG (g , "/TestLegendFictitiousInjection .svg" );
107+ String svg = toSVG (g , "/legend-fictitious-injection-bus-breaker .svg" );
108108 assertEquals (toString ("/legend-fictitious-injection-bus-breaker.svg" ), svg );
109109 assertTrue (svg .contains ("1 MW" ));
110110 assertTrue (svg .contains ("-1 MVar" ));
@@ -128,7 +128,7 @@ void testLegendDisplaysFictitiousInjectionsWhenNodeBreakerTopology() {
128128 // Run layout
129129 voltageLevelGraphLayout (g );
130130
131- String svg = toSVG (g , "/TestLegendFictitiousInjection .svg" );
131+ String svg = toSVG (g , "/legend-fictitious-injection-node-breaker .svg" );
132132 assertEquals (toString ("/legend-fictitious-injection-node-breaker.svg" ), svg );
133133 assertTrue (svg .contains ("1 MW" ));
134134 assertTrue (svg .contains ("-1 MVar" ));
You can’t perform that action at this time.
0 commit comments