mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01:00
Aligned integration test config file 'test-case.xml' settings to reflect the defaults in SmackTestCase. Renamed the file to test-case.example.xml and added remark about the usage of the file
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13480 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
091015aa4b
commit
c57843eeee
1 changed files with 7 additions and 2 deletions
|
@ -1,14 +1,19 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Default configuration for Smack test cases. -->
|
<!-- Rename this file to test-case.xml to overwrite the default values of the Smack testcases -->
|
||||||
<testcase>
|
<testcase>
|
||||||
|
|
||||||
<!-- Host and port of the XMPP server to use -->
|
<!-- Host and port of the XMPP server to use -->
|
||||||
<host>localhost</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. -->
|
||||||
<username>user</username>
|
<username>user</username>
|
||||||
|
<!-- Password prefix to use for creating connections -->
|
||||||
|
<!-- If same password is true, then the same password will be used for all accounts -->
|
||||||
|
<!-- If password is not set, the username will be used as password -->
|
||||||
|
<!--
|
||||||
<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>
|
Loading…
Reference in a new issue