You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2014/09/14 18:03:20 UTC

svn commit: r1624867 - /oodt/trunk/resource/src/testdata/policy/nodes.xml

Author: mattmann
Date: Sun Sep 14 16:03:20 2014
New Revision: 1624867

URL: http://svn.apache.org/r1624867
Log:
- int not float

Modified:
    oodt/trunk/resource/src/testdata/policy/nodes.xml

Modified: oodt/trunk/resource/src/testdata/policy/nodes.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/resource/src/testdata/policy/nodes.xml?rev=1624867&r1=1624866&r2=1624867&view=diff
==============================================================================
--- oodt/trunk/resource/src/testdata/policy/nodes.xml (original)
+++ oodt/trunk/resource/src/testdata/policy/nodes.xml Sun Sep 14 16:03:20 2014
@@ -16,7 +16,7 @@ License for the specific language govern
 the License.
 -->
 <cas:resourcenodes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
-	<node nodeId="localhost" ip="http://localhost:2001" capacity="8.0"/>
+	<node nodeId="localhost" ip="http://localhost:2001" capacity="8"/>
 	<!-- EnvReplace Example 
 	<node nodeId="somehost" ip="http://somehost:[BATCH_STUB_PORT]" capacity="8" envReplace="true"/>
 	-->