INT-1553 moved @Ignored test to a separate package in preparation for more tests

This commit is contained in:
Oleg Zhurakousky
2010-11-04 16:42:25 -04:00
parent 24b08f2602
commit b32fa4ac4b
7 changed files with 4 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.twitter.config;
package org.springframework.integration.twitter.ignored;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.twitter.config;
package org.springframework.integration.twitter.ignored;
import org.junit.Ignore;
import org.junit.Test;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.twitter.config;
package org.springframework.integration.twitter.ignored;
import org.junit.Ignore;
import org.junit.Test;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.integration.twitter.config;
package org.springframework.integration.twitter.ignored;
import org.springframework.stereotype.Component;