mirror of https://github.com/apache/jclouds.git
added ability to specify endpoint in tests
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1932 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
ac8c681eb1
commit
845c17d9ac
|
@ -406,6 +406,10 @@ pageTracker._trackPageview();
|
|||
<name>jclouds.test.key</name>
|
||||
<value>${jclouds.test.key}</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>jclouds.test.endpoint</name>
|
||||
<value>${jclouds.test.endpoint}</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>jclouds.test.app</name>
|
||||
<value>${jclouds.test.app}</value>
|
||||
|
|
Loading…
Reference in New Issue