Commit 10f9db86 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Improved test cases


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@336 b35dd754-fafc-0310-a699-88a17e54d16e
parent fa2fe8b2
<?xml version="1.0"?>
<adminconsole>
<tabs>
<tab0>
<id>foobar</id>
<name>Foo Bar</name>
<description>Click to see foo bar</description>
</tab0>
</tabs>
<tab id="foobar" name="Foo Bar" description="Click to see foo bar" />
</adminconsole>
\ No newline at end of file
......@@ -3,11 +3,5 @@
<!-- Insert a tab with the same ID to overwrite the tab -->
<adminconsole>
<tabs>
<tab0>
<id>server</id>
<name>New Server Title</name>
<description>Testing 1 2 3</description>
</tab0>
</tabs>
<tab id="server" name="New Server Title" description="Testing 1 2 3" />
</adminconsole>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment