summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-21 16:16:23 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-21 16:16:23 +0000
commit988369b8fa6cbb3fe4c63720250bca174cbf22ca (patch)
tree6e6f36ccc3bf02993624ee12655c134b10cb1d2e
parent58733090a90457eaadc5cfd5a245ce89ec3797bf (diff)
Add more attributes to the example record
-rwxr-xr-xdaemon/test-database10
1 files changed, 10 insertions, 0 deletions
diff --git a/daemon/test-database b/daemon/test-database
index 02418881..ac945760 100755
--- a/daemon/test-database
+++ b/daemon/test-database
@@ -14,6 +14,10 @@ xml = ' \
</sequence> \
</attribute> \
\
+ <attribute id="0x0002"> \
+ <uint32 value="0"/> \
+ </attribute> \
+ \
<attribute id="0x0003"> \
<uuid value="00001101-0000-1000-8000-00805f9b34fb"/> \
</attribute> \
@@ -30,6 +34,12 @@ xml = ' \
</sequence> \
</attribute> \
\
+ <attribute id="0x0005"> \
+ <sequence> \
+ <uuid value="0x1002"/> \
+ </sequence> \
+ </attribute> \
+ \
<attribute id="0x0006"> \
<sequence> \
<uint16 value="0x656e"/> \