| | 459 | |
|---|
| | 460 | |
|---|
| | 461 | // FIXME: NXP-1994: New property model makes list properties return null |
|---|
| | 462 | // values instead of empty list |
|---|
| | 463 | |
|---|
| | 464 | // setting an empty list at initialization time should not give null at |
|---|
| | 465 | // fetching time |
|---|
| | 466 | |
|---|
| | 467 | // ArrayList<String> emptyList = arrayList(); |
|---|
| | 468 | // dp.get("references").init(emptyList); |
|---|
| | 469 | // |
|---|
| | 470 | // prop = dp.get("references"); |
|---|
| | 471 | // prop.setValue(emptyList); |
|---|
| | 472 | // |
|---|
| | 473 | // assertEquals(emptyList, prop.getValue(List.class)); |
|---|
| | 474 | // assertEquals(emptyList, prop.getValue()); |
|---|