Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sboikov committed Jan 22, 2015
1 parent 158314b commit e8d8562
Show file tree
Hide file tree
Showing 65 changed files with 69 additions and 65 deletions.
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.examples.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.gridify.*;
Expand Down
Expand Up @@ -20,7 +20,7 @@
import com.amazonaws.auth.*;
import org.apache.ignite.configuration.*;
import org.apache.ignite.internal.managers.checkpoint.*;
import org.gridgain.testsuites.bamboo.*;
import org.apache.ignite.testsuites.bamboo.*;

/**
* Checkpoint manager test using {@link GridS3CheckpointSpi}.
Expand Down
Expand Up @@ -24,11 +24,11 @@
import org.apache.ignite.*;
import org.apache.ignite.spi.*;
import org.apache.ignite.spi.checkpoint.*;
import org.apache.ignite.testsuites.bamboo.*;
import org.gridgain.grid.*;
import org.apache.ignite.internal.util.lang.*;
import org.gridgain.testframework.*;
import org.gridgain.testframework.junits.spi.*;
import org.gridgain.testsuites.bamboo.*;

/**
* Grid S3 checkpoint SPI self test.
Expand Down
Expand Up @@ -18,9 +18,9 @@
package org.apache.ignite.spi.checkpoint.s3;

import com.amazonaws.auth.*;
import org.apache.ignite.testsuites.bamboo.*;
import org.gridgain.grid.spi.*;
import org.gridgain.testframework.junits.spi.*;
import org.gridgain.testsuites.bamboo.*;

/**
* Grid S3 checkpoint SPI start stop self test.
Expand Down
Expand Up @@ -19,8 +19,8 @@

import com.amazonaws.auth.*;
import org.apache.ignite.configuration.*;
import org.apache.ignite.testsuites.bamboo.*;
import org.gridgain.grid.session.*;
import org.gridgain.testsuites.bamboo.*;

/**
* Grid session checkpoint self test using {@link GridS3CheckpointSpi}.
Expand Down
Expand Up @@ -20,7 +20,7 @@
import com.amazonaws.auth.*;
import org.apache.ignite.spi.discovery.tcp.ipfinder.*;
import org.apache.ignite.internal.util.typedef.internal.*;
import org.gridgain.testsuites.bamboo.*;
import org.apache.ignite.testsuites.bamboo.*;

import java.net.*;
import java.util.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites.bamboo;
package org.apache.ignite.testsuites.bamboo;

import junit.framework.*;
import org.apache.ignite.spi.checkpoint.s3.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.datastructures.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.kernal.processors.cache.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.distributed.dht.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.distributed.dht.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.distributed.near.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.distributed.near.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.distributed.dht.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.distributed.dht.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.cache.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.kernal.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.kernal.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.util.ipc.shmem.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.jobmetrics.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.util.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.kernal.processors.cache.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.startup.cmdline.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.logger.java.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.marshaller.optimized.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.managers.deployment.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.kernal.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.checkpoint.cache.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.collision.fifoqueue.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.communication.tcp.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.deployment.local.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.spi.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.eventstorage.memory.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.failover.always.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.util.offheap.unsafe.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.loadbalancing.adaptive.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.spi.swapspace.file.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.streamer.index.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.gridgain.grid.session.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.processors.timeout.*;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.gridgain.testsuites;
package org.apache.ignite.testsuites;

import junit.framework.*;
import org.apache.ignite.internal.util.*;
Expand Down
Expand Up @@ -15,9 +15,10 @@
* limitations under the License.
*/

package org.gridgain.testsuites.bamboo;
package org.apache.ignite.testsuites.bamboo;

import junit.framework.*;
import org.apache.ignite.testsuites.*;
import org.gridgain.grid.*;
import org.gridgain.grid.kernal.*;
import org.apache.ignite.internal.processors.affinity.*;
Expand Down

0 comments on commit e8d8562

Please sign in to comment.