mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-15 12:09:38 +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:
parent
091015aa4b
commit
c57843eeee
1 changed files with 7 additions and 2 deletions
29
test/config/test-case.example.xml
Normal file
29
test/config/test-case.example.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- 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. -->
|
||||
<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>
|
||||
|
||||
<!-- LoginTest parameters -->
|
||||
<testAnonymousLogin>false</testAnonymousLogin>
|
||||
|
||||
<!-- Account creation parameters -->
|
||||
<!--
|
||||
<accountCreationParameters email="test@xcp.localhost" name="test"/>
|
||||
-->
|
||||
|
||||
</testcase>
|
Loading…
Add table
Add a link
Reference in a new issue