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:
Manuel Rego Casasnovas 2012-11-20 07:35:03 +01:00
parent a6ef3f34d2
commit ddc32cea1d

View file

@ -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