forked from powsybl/powsybl-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Network modification] Modify log when no extension is created. (pows…
…ybl#3100) * Modify the log when no extension is created when a feeder is created with its bay. * Use already defined constant. Signed-off-by: Coline PILOQUET <[email protected]>
- Loading branch information
1 parent
cf598b1
commit 49bcb76
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...m-modification/src/test/resources/reportNode/create-line-NB-without-extensions-report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
+ Testing creating line reportNode without extensions | ||
New connectable lineTest of type LINE created. | ||
No extensions found on voltageLevel vl2. The extension on the connectable is not created. | ||
No ConnectablePosition extension found on voltageLevel vl2. The ConnectablePosition extension is not created for new feeder lineTest. | ||
No busbar section position extension found on bbs5, only one disconnector is created. | ||
New feeder bay associated to lineTest of type LINE was created and connected to voltage level vl2 on busbar section bbs5 with a closed disconnector and on 0 parallel busbar sections with an open disconnector. | ||
No extensions found on voltageLevel vl1. The extension on the connectable is not created. | ||
No ConnectablePosition extension found on voltageLevel vl1. The ConnectablePosition extension is not created for new feeder lineTest. | ||
No busbar section position extension found on bbs1, only one disconnector is created. | ||
New feeder bay associated to lineTest of type LINE was created and connected to voltage level vl1 on busbar section bbs1 with a closed disconnector and on 0 parallel busbar sections with an open disconnector. |
2 changes: 1 addition & 1 deletion
2
...m-modification/src/test/resources/reportNode/create-load-NB-without-extensions-report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
+ Testing reportNode for a load creation in a network without extensions | ||
New connectable newLoad of type LOAD created. | ||
No extensions found on voltageLevel vl1. The extension on the connectable is not created. | ||
No ConnectablePosition extension found on voltageLevel vl1. The ConnectablePosition extension is not created for new feeder newLoad. | ||
No busbar section position extension found on bbs4, only one disconnector is created. | ||
New feeder bay associated to newLoad of type LOAD was created and connected to voltage level vl1 on busbar section bbs4 with a closed disconnector and on 0 parallel busbar sections with an open disconnector. |