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:
adrian.f.cole 2009-09-27 18:57:08 +00:00
parent ac8c681eb1
commit 845c17d9ac
1 changed files with 4 additions and 0 deletions

View File

@ -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>