From 68f3c5105f497322a7ea9683cd96a584e7b0e770 Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 26 Jun 2014 14:35:09 +0000 Subject: Add missing unit test data --- slicer/test/initial/inherit-a.xml | 37 ++++++++++++++++++++++++++++++++ slicer/test/initial/inherit-b.xml | 44 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 slicer/test/initial/inherit-a.xml create mode 100644 slicer/test/initial/inherit-b.xml diff --git a/slicer/test/initial/inherit-a.xml b/slicer/test/initial/inherit-a.xml new file mode 100644 index 0000000..a00c151 --- /dev/null +++ b/slicer/test/initial/inherit-a.xml @@ -0,0 +1,37 @@ + + + + 1 + + + + 1 + + + 2 + + + 3 + + + + + 10 + + 11 + + + + 12 + + 13 + + + + 14 + + 15 + + + + diff --git a/slicer/test/initial/inherit-b.xml b/slicer/test/initial/inherit-b.xml new file mode 100644 index 0000000..6d07d06 --- /dev/null +++ b/slicer/test/initial/inherit-b.xml @@ -0,0 +1,44 @@ + + + + 1 + 2 + + + + 1 + 100 + + + 2 + 100 + 200 + + + 3 + + + + + 10 + + 11 + 100 + + + + 12 + + 13 + 100 + 200 + + + + 14 + + 15 + + + + -- cgit v1.2.3