diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-21 16:16:23 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-21 16:16:23 +0000 |
commit | 988369b8fa6cbb3fe4c63720250bca174cbf22ca (patch) | |
tree | 6e6f36ccc3bf02993624ee12655c134b10cb1d2e /daemon | |
parent | 58733090a90457eaadc5cfd5a245ce89ec3797bf (diff) |
Add more attributes to the example record
Diffstat (limited to 'daemon')
-rwxr-xr-x | daemon/test-database | 10 |
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"/> \ |