diff options
| author | Jason Albert <albertj@us.ibm.com> | 2015-03-16 16:03:40 -0500 |
|---|---|---|
| committer | Jason Albert <albertj@us.ibm.com> | 2015-03-16 16:03:40 -0500 |
| commit | 3ff1c97509ceeee093bba5469917856215fd9239 (patch) | |
| tree | 083c63904f1243243dbd14c727986a2508a2f0cc /tests | |
| parent | 421a298953afa9bbfb00729ac19e43e8b25be117 (diff) | |
| download | vpdtools-3ff1c97509ceeee093bba5469917856215fd9239.tar.gz vpdtools-3ff1c97509ceeee093bba5469917856215fd9239.zip | |
Added new rbinfile passing test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pass/rbinfile/rbinfile-VMSC.rvpd | bin | 0 -> 44 bytes | |||
| -rw-r--r-- | tests/pass/rbinfile/rbinfile.tvpd | 18 |
2 files changed, 18 insertions, 0 deletions
diff --git a/tests/pass/rbinfile/rbinfile-VMSC.rvpd b/tests/pass/rbinfile/rbinfile-VMSC.rvpd Binary files differnew file mode 100644 index 0000000..02205e1 --- /dev/null +++ b/tests/pass/rbinfile/rbinfile-VMSC.rvpd diff --git a/tests/pass/rbinfile/rbinfile.tvpd b/tests/pass/rbinfile/rbinfile.tvpd new file mode 100644 index 0000000..89f0b2b --- /dev/null +++ b/tests/pass/rbinfile/rbinfile.tvpd @@ -0,0 +1,18 @@ +<?xml version='1.0' encoding='utf-8'?> +<vpd> + <name>FILENAME</name> + <size>16kb</size> + <VD>01</VD> + <record name="VINI"> + <rdesc>The VINI record</rdesc> + <keyword name="RT"> + <kwdesc>The Record Type keyword</kwdesc> + <kwformat>ascii</kwformat> + <kwlen>4</kwlen> + <kwdata>VINI</kwdata> + </keyword> + </record> + <record name="VMSC"> + <rbinfile>rbinfile-VMSC.rvpd</rbinfile> + </record> +</vpd> |

