OW2 Consortium elastic-grid

Compare Revisions

Ignore whitespace Rev 42 → Rev 43

/trunk/modules/amazon-ec2-provisioner/src/test/java/com/elasticgrid/EC2Test.java
1,4 → 1,4
/**
/**
* Copyright (C) 2007-2008 Elastic Grid, LLC.
*
* Licensed under the GNU Lesser General Public License, Version 3.0 (the "License");
11,9 → 11,9
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
 
* limitations under the License.
*/
 
package com.elasticgrid;
 
import com.xerox.amazonws.ec2.EC2Exception;
21,11 → 21,13
import com.xerox.amazonws.ec2.Jec2;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
 
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Arrays;
import java.util.List;
import java.util.Properties;
import java.io.*;
 
public class EC2Test {
private Jec2 ec2;