1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-06 11:01:16 +01:00

merged branch improve_bytestreams in trunk

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11821 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Henning Staib 2010-08-15 11:57:11 +00:00 committed by henning
parent ef74695a1b
commit 8b54f34153
74 changed files with 11866 additions and 1902 deletions

View file

@ -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);
}