File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
geo-data-extensions/src/test
java/org/gridsuite/geodata/extensions Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private GLTestUtils() {
26
26
}
27
27
28
28
public static Network getNetwork () {
29
- Network network = NetworkFactory .create ("Network" , "test" );
29
+ Network network = Network .create ("Network" , "test" );
30
30
network .setCaseDate (DateTime .parse ("2018-01-01T00:30:00.000+01:00" ));
31
31
Substation substation1 = network .newSubstation ()
32
32
.setId ("Substation1" )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <iidm : network xmlns : iidm =" http://www.powsybl.org/schema/iidm/1_4 " xmlns : lp =" http://www.itesla_project.eu/schema/iidm/ext/line_position/1_0" xmlns : sp =" http://www.itesla_project.eu/schema/iidm/ext/substation_position/1_0" id =" Network" caseDate =" 2018-01-01T00:30:00.000+01:00" forecastDistance =" 0" sourceFormat =" test" >
2
+ <iidm : network xmlns : iidm =" http://www.powsybl.org/schema/iidm/1_5 " xmlns : lp =" http://www.itesla_project.eu/schema/iidm/ext/line_position/1_0" xmlns : sp =" http://www.itesla_project.eu/schema/iidm/ext/substation_position/1_0" id =" Network" caseDate =" 2018-01-01T00:30:00.000+01:00" forecastDistance =" 0" sourceFormat =" test" >
3
3
<iidm : substation id =" Substation1" country =" FR" >
4
4
<iidm : voltageLevel id =" VoltageLevel1" nominalV =" 400.0" topologyKind =" BUS_BREAKER" >
5
5
<iidm : busBreakerTopology >
Original file line number Diff line number Diff line change 56
56
<properties >
57
57
<java .version>11</java .version>
58
58
59
- <gridsuite-dependencies .version>4 </gridsuite-dependencies .version>
59
+ <gridsuite-dependencies .version>5 </gridsuite-dependencies .version>
60
60
<commons-lang3 .version>3.9</commons-lang3 .version>
61
61
62
62
<sonar .coverage.jacoco.xmlReportPaths>
You can’t perform that action at this time.
0 commit comments