updated savvis to latest test case

This commit is contained in:
Adrian Cole 2011-03-18 17:12:44 -07:00
parent 7285fb0e2e
commit 9fd39e7df2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class SymphonyVPDCComputeServiceLiveTest extends BaseComputeServiceLiveTe
}
@Override
protected Properties getRestProperties() {
protected Properties setupRestProperties() {
// TODO remove these lines when this is registered under jclouds-core/rest.properties
Properties restProperties = new Properties();
restProperties.setProperty("savvis-symphony-vpdc.contextbuilder", SymphonyVPDCContextBuilder.class.getName());