Bug #1553: Fixed test due to change in behavior
As the code now is copied to the parent node, the test checking its value has to be fixed. FEA: ItEr77S04BugFixing
This commit is contained in:
parent
a6ef3f34d2
commit
ddc32cea1d
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ public class OrderElementTreeModelTest {
|
|||
|
||||
// * infoComponent (code, name, description)
|
||||
assertThat(element.getName(), equalTo(name));
|
||||
assertNull(element.getCode());
|
||||
assertThat(element.getCode(), equalTo(code));
|
||||
assertThat(element.getDescription(), equalTo(description));
|
||||
|
||||
// * initDate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue