mirror of https://github.com/apache/jclouds.git
Merge branch 'master' into jclouds-vbox
This commit is contained in:
commit
c82a1e48f4
|
@ -28,7 +28,7 @@
|
|||
</parent>
|
||||
<artifactId>jclouds-demo-gae-tweetstore-spring</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Spring version of JClouds TweetStore for Google App Engine</name>
|
||||
<name>jclouds TweetStore for Google App Engine (Spring)</name>
|
||||
<description>JClouds TweetStore for Google App Engine using Spring for Dependency Injection</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
</parent>
|
||||
<artifactId>jclouds-demo-gae-tweetstore</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>JClouds TweetStore for Google App Engine</name>
|
||||
<description>JClouds TweetStore for Google App Engine using Guice for Dependency Injection</description>
|
||||
<name>jclouds TweetStore for Google App Engine</name>
|
||||
<description>jclouds TweetStore for Google App Engine using Guice for Dependency Injection</description>
|
||||
|
||||
<properties>
|
||||
<!--
|
||||
|
|
|
@ -19,20 +19,19 @@
|
|||
|
||||
package org.jclouds.virtualbox.statements;
|
||||
|
||||
import static org.jclouds.virtualbox.config.VirtualBoxConstants.VIRTUALBOX_IMAGE_PREFIX;
|
||||
|
||||
import com.google.common.base.CaseFormat;
|
||||
import com.google.inject.Injector;
|
||||
import org.jclouds.virtualbox.BaseVirtualBoxClientLiveTest;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import com.google.common.base.CaseFormat;
|
||||
import com.google.inject.Injector;
|
||||
import static org.jclouds.virtualbox.config.VirtualBoxConstants.VIRTUALBOX_IMAGE_PREFIX;
|
||||
|
||||
/**
|
||||
* @author Andrea Turli
|
||||
*/
|
||||
@Test(groups = "live", singleThreaded = true, testName = "InstallGuestAdditionsTest")
|
||||
public class InstallGuestAdditionsTest extends BaseVirtualBoxClientLiveTest {
|
||||
@Test(groups = "live", singleThreaded = true, testName = "InstallGuestAdditionsLiveTest")
|
||||
public class InstallGuestAdditionsLiveTest extends BaseVirtualBoxClientLiveTest {
|
||||
|
||||
private String vmName;
|
||||
|
Loading…
Reference in New Issue