diff options
| -rwxr-xr-x | daemon/test-database | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/daemon/test-database b/daemon/test-database index 1be14c5e..44a872a9 100755 --- a/daemon/test-database +++ b/daemon/test-database @@ -48,6 +48,14 @@ xml = ' \      </sequence>					\    </attribute>					\  						\ +  <attribute id="0x0007">			\ +     <uint32 value="0"/>			\ +  </attribute>					\ +						\ +  <attribute id="0x0008">			\ +     <uint8 value="0xff"/>			\ +  </attribute>					\ +						\    <attribute id="0x0009">			\      <sequence>					\        <sequence>				\  | 
