mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
renamed RosterTest.java in test folder to avoid name conflict with RosterTest.java in test-unit folder
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/improve_bytestreams@11816 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
943a794e9b
commit
5e2990b2cd
1 changed files with 3 additions and 3 deletions
|
@ -65,13 +65,13 @@ import java.util.List;
|
|||
*
|
||||
* @author Gaston Dombiak
|
||||
*/
|
||||
public class RosterTest extends SmackTestCase {
|
||||
public class RosterSmackTest extends SmackTestCase {
|
||||
|
||||
/**
|
||||
* Constructor for RosterTest.
|
||||
* Constructor for RosterSmackTest.
|
||||
* @param name
|
||||
*/
|
||||
public RosterTest(String name) {
|
||||
public RosterSmackTest(String name) {
|
||||
super(name);
|
||||
}
|
||||
|
Loading…
Reference in a new issue