INT-1616 refactored XMPP package structure on test side

This commit is contained in:
Mark Fisher
2010-11-13 11:20:17 -05:00
parent d95a7df068
commit 752e8b4808
5 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.integration.xmpp.messages;
package org.springframework.integration.xmpp.inbound;
import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.assertNotNull;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.integration.xmpp.presence;
package org.springframework.integration.xmpp.inbound;
import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.assertNotNull;

View File

@@ -1,7 +1,7 @@
/**
*
*/
package org.springframework.integration.xmpp.messages;
package org.springframework.integration.xmpp.outbound;
import static junit.framework.Assert.assertNotNull;
import static org.mockito.Mockito.mock;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.integration.xmpp.messages;
package org.springframework.integration.xmpp.outbound;
import static junit.framework.Assert.assertNotNull;
import static org.mockito.Mockito.mock;