-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set stashed status for all modifications #346
Conversation
Signed-off-by: jamal-khey <[email protected]>
Signed-off-by: jamal-khey <[email protected]>
2449a80
to
21c6d4f
Compare
Signed-off-by: jamal-khey <[email protected]>
b39a2b1
to
eb1d1d1
Compare
Signed-off-by: jamal-khey <[email protected]>
Signed-off-by: jamal-khey <[email protected]>
Signed-off-by: jamal-khey <[email protected]>
src/test/java/org/gridsuite/modification/server/utils/assertions/DTOAssert.java
Outdated
Show resolved
Hide resolved
ModificationControllerTest.testEquipmentIdNonNull |
Tests are failing: ModificationControllerTest.testEquipmentIdNonNull |
96dc01f
to
731b577
Compare
@souissimai i fixed all test, can you please have a look again ? |
- add unit test to check stashed is set Signed-off-by: jamal-khey <[email protected]>
731b577
to
f88f951
Compare
- add unit test to check stashed is set Signed-off-by: jamal-khey <[email protected]>
41d5fa2
to
f88f951
Compare
...in/java/org/gridsuite/modification/server/entities/equipment/creation/VscCreationEntity.java
Outdated
Show resolved
Hide resolved
...ite/modification/server/entities/equipment/modification/LineSplitWithVoltageLevelEntity.java
Outdated
Show resolved
Hide resolved
src/test/java/org/gridsuite/modification/server/ModificationControllerTest.java
Outdated
Show resolved
Hide resolved
...st/java/org/gridsuite/modification/server/modifications/AbstractNetworkModificationTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/gridsuite/modification/server/modifications/LineModificationTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/gridsuite/modification/server/modifications/LineModificationTest.java
Outdated
Show resolved
Hide resolved
...n/java/org/gridsuite/modification/server/entities/equipment/creation/LineCreationEntity.java
Outdated
Show resolved
Hide resolved
...rg/gridsuite/modification/server/entities/equipment/creation/VoltageLevelCreationEntity.java
Outdated
Show resolved
Hide resolved
- add unit test to check stashed is set Signed-off-by: jamal-khey <[email protected]>
9d18559
to
fe918ea
Compare
...rg/gridsuite/modification/server/entities/equipment/creation/VoltageLevelCreationEntity.java
Outdated
Show resolved
Hide resolved
Signed-off-by: jamal-khey <[email protected]>
Signed-off-by: jamal-khey <[email protected]>
b448f22
to
17dcbe9
Compare
src/main/java/org/gridsuite/modification/server/entities/ModificationEntity.java
Show resolved
Hide resolved
Signed-off-by: jamal-khey <[email protected]>
Signed-off-by: jamal-khey <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Problems:
toModificationInfos() implemented in each modification, does not set the attribute "stashed"
Fix:
set this attribute in the builder of each modification