mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-19 17:17:57 +01:00
test-case.xml: Whitespace fixes, changed serverhost to localhost to reflect the settings in source code. This also makes it easier for new Smack developers to run the tests.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13386 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
efacd34b2e
commit
e4621df621
1 changed files with 3 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
||||||
<testcase>
|
<testcase>
|
||||||
|
|
||||||
<!-- Host and port of the XMPP server to use -->
|
<!-- Host and port of the XMPP server to use -->
|
||||||
<host>sanctuary</host>
|
<host>localhost</host>
|
||||||
<port>5222</port>
|
<port>5222</port>
|
||||||
|
|
||||||
<!-- Username prefix to use for creating accounts. Same value will be used for passwords. -->
|
<!-- Username prefix to use for creating accounts. Same value will be used for passwords. -->
|
||||||
<username>user</username>
|
<username>user</username>
|
||||||
<password same='true'>passw0rd</password>
|
<password same='true'>passw0rd</password>
|
||||||
<!-- Chat and MUC domain names to use -->
|
<!-- Chat and MUC domain names to use -->
|
||||||
<chat>chat</chat>
|
<chat>chat</chat>
|
||||||
<muc>conference</muc>
|
<muc>conference</muc>
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
Loading…
Reference in a new issue