Skip to content

Commit 5f64e3b

Browse files
corrects TU
Signed-off-by: Mathieu DEHARBE <[email protected]>
1 parent 0fab314 commit 5f64e3b

File tree

2 files changed

+0
-76
lines changed

2 files changed

+0
-76
lines changed

src/test/resources/lines-form-data.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -147,25 +147,6 @@
147147
"voltageLevelId2": "VLGEN3",
148148
"terminal1Connected": true,
149149
"terminal2Connected": true,
150-
"currentLimits1": [
151-
{
152-
"id": "group1",
153-
"permanentLimit": 220.0,
154-
"temporaryLimits": [
155-
{
156-
"name": "temporary2",
157-
"value": 70.0,
158-
"acceptableDuration": 150
159-
},
160-
{
161-
"name": "temporary1",
162-
"value": 50.0,
163-
"acceptableDuration": 100
164-
}
165-
],
166-
"applicability": null
167-
}
168-
],
169150
"currentLimits": [
170151
{
171152
"id": "group1",
@@ -226,25 +207,6 @@
226207
"voltageLevelId2": "VLGEN3",
227208
"terminal1Connected": true,
228209
"terminal2Connected": true,
229-
"currentLimits2": [
230-
{
231-
"id": "group1",
232-
"permanentLimit": 220.0,
233-
"temporaryLimits": [
234-
{
235-
"name": "temporary2",
236-
"value": 70.0,
237-
"acceptableDuration": 150
238-
},
239-
{
240-
"name": "temporary1",
241-
"value": 50.0,
242-
"acceptableDuration": 100
243-
}
244-
],
245-
"applicability": null
246-
}
247-
],
248210
"currentLimits": [
249211
{
250212
"id": "group1",

src/test/resources/partial-lines-form-data.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,6 @@
55
"voltageLevelId2": "VLGEN3",
66
"terminal1Connected": true,
77
"terminal2Connected": true,
8-
"currentLimits2": [
9-
{
10-
"id": "group1",
11-
"permanentLimit": 220.0,
12-
"temporaryLimits": [
13-
{
14-
"name": "temporary2",
15-
"value": 70.0,
16-
"acceptableDuration": 150
17-
},
18-
{
19-
"name": "temporary1",
20-
"value": 50.0,
21-
"acceptableDuration": 100
22-
}
23-
],
24-
"applicability": null
25-
}
26-
],
278
"currentLimits": [
289
{
2910
"id": "group1",
@@ -66,25 +47,6 @@
6647
"voltageLevelId2": "VLGEN3",
6748
"terminal1Connected": true,
6849
"terminal2Connected": true,
69-
"currentLimits1": [
70-
{
71-
"id": "group1",
72-
"permanentLimit": 220.0,
73-
"temporaryLimits": [
74-
{
75-
"name": "temporary2",
76-
"value": 70.0,
77-
"acceptableDuration": 150
78-
},
79-
{
80-
"name": "temporary1",
81-
"value": 50.0,
82-
"acceptableDuration": 100
83-
}
84-
],
85-
"applicability": null
86-
}
87-
],
8850
"currentLimits": [
8951
{
9052
"id": "group1",

0 commit comments

Comments
 (0)