1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 03:44:50 +02: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:
Florian Schmaus 2013-01-04 11:47:59 +00:00 committed by flow
parent efacd34b2e
commit e4621df621

View file

@ -3,14 +3,14 @@
<testcase>
<!-- Host and port of the XMPP server to use -->
<host>sanctuary</host>
<host>localhost</host>
<port>5222</port>
<!-- Username prefix to use for creating accounts. Same value will be used for passwords. -->
<username>user</username>
<password same='true'>passw0rd</password>
<password same='true'>passw0rd</password>
<!-- Chat and MUC domain names to use -->
<chat>chat</chat>
<muc>conference</muc>
</testcase>
</testcase>