Moving api tests into a similar package structure as other tests

Signed-off-by: Chip Childers <chip.childers@gmail.com>
This commit is contained in:
Chip Childers 2012-11-20 16:42:27 -05:00
parent 3e8655b580
commit e953b77492
26 changed files with 26 additions and 26 deletions

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import static org.junit.Assert.*;
import org.junit.Test;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import com.cloud.storage.Storage.StoragePoolType;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.storage.Storage.StoragePoolType;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import com.cloud.agent.api.routing.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import com.cloud.host.Status.Event;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import com.cloud.host.Status.Event;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import com.cloud.host.Status.Event;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import java.util.List;
import com.cloud.agent.api.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import java.util.List;
import java.util.Date;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.agent.api;
package src.com.cloud.agent.api.test;
import com.cloud.agent.api.*;
import static org.junit.Assert.*;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import junit.framework.Assert;
import junit.framework.TestCase;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import junit.framework.Assert;
import junit.framework.TestCase;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import junit.framework.Assert;
import junit.framework.TestCase;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import java.util.ArrayList;
import java.util.Date;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import java.util.ArrayList;
import java.util.List;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import junit.framework.Assert;
import junit.framework.TestCase;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import org.junit.Before;
import org.junit.Rule;

View File

@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
package com.cloud.api.commands;
package src.com.cloud.api.commands.test;
import junit.framework.Assert;
import junit.framework.TestCase;