1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-22 11:24:49 +02: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:
Florian Schmaus 2013-02-14 11:43:53 +00:00 committed by flow
parent 091015aa4b
commit c57843eeee

View file

@ -1,14 +1,19 @@
<?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>
<!-- Host and port of the XMPP server to use -->
<host>localhost</host>
<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>
<!-- 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>
-->
<!-- Chat and MUC domain names to use -->
<chat>chat</chat>
<muc>conference</muc>