diff options
Diffstat (limited to 'src/test/java/com/amazon/carbonado')
| -rw-r--r-- | src/test/java/com/amazon/carbonado/info/TestChainedProperty.java | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/java/com/amazon/carbonado/info/TestChainedProperty.java b/src/test/java/com/amazon/carbonado/info/TestChainedProperty.java index 959a974..f302a59 100644 --- a/src/test/java/com/amazon/carbonado/info/TestChainedProperty.java +++ b/src/test/java/com/amazon/carbonado/info/TestChainedProperty.java @@ -272,6 +272,9 @@ public class TestChainedProperty extends TestCase {          p5 = ChainedProperty.parse(info3, "(address).addressState");
          assertEquals(p4, p2.append(p5));
 +
 +        ChainedProperty<Shipment> p6 = ChainedProperty.parse(info2, "(order).(address)");
 +        assertEquals(p3, p.append(p6));
      }
      public void test_trim() {
  | 
