Author: magicaltrout
Date: Fri Jan  2 10:08:03 2015
New Revision: 1648992

URL: http://svn.apache.org/r1648992
Log:
test changes

Added:
    oodt/trunk/profile/src/test/resources/org/
    oodt/trunk/profile/src/test/resources/org/apache/
    oodt/trunk/profile/src/test/resources/org/apache/oodt/
    oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/
    oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/handlers/
    
oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/handlers/lightweight/
    
oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/handlers/lightweight/lightweightTest.xml
    oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/test.xml

Added: 
oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/handlers/lightweight/lightweightTest.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/handlers/lightweight/lightweightTest.xml?rev=1648992&view=auto
==============================================================================
--- 
oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/handlers/lightweight/lightweightTest.xml
 (added)
+++ 
oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/handlers/lightweight/lightweightTest.xml
 Fri Jan  2 10:08:03 2015
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2000-2002 California Institute of Technology.  ALL RIGHTS
+RESERVED.  U.S. Government Sponsorship acknowledged.
+
+$Id: lightweightTest.xml,v 1.2 2004/06/14 16:13:02 kelly Exp $
+-->
+<!DOCTYPE profiles PUBLIC "-//JPL//DTD EDA Profile 1.1//EN" 
"http://oodt.jpl.nasa.gov/grid-profile/dtd/prof.dtd";>
+<profiles>
+  <profile>
+    <profAttributes>
+      <profId>PROFILE1</profId>
+      <profType>profile</profType>
+      <profStatusId>active</profStatusId>
+      <profSecurityType>NULL</profSecurityType>
+      <profRevisionNote>1.0</profRevisionNote>
+    </profAttributes>
+    <resAttributes>
+      <Identifier>TEST_PROFILE_1</Identifier>
+      <Title>Test profile number 1</Title>
+      <Format>text/html</Format>
+      <Creator>Alice</Creator>
+      <resContext>TEST</resContext>
+      <resAggregation>N/A</resAggregation>
+      <resClass>system.profileServer</resClass>
+      <resLocation>iiop://oodt.jpl.nasa.gov:10000/Test.Profile</resLocation>
+    </resAttributes>
+    <profElement>
+      <elemId>3.14159</elemId>
+      <elemName>TEST</elemName>
+      <elemDesc>This is a test element</elemDesc>
+      <elemType>Testing</elemType>
+      <elemUnit>fortnights-per-furlong</elemUnit>
+      <elemEnumFlag>F</elemEnumFlag>
+      <elemMinValue>0</elemMinValue>
+      <elemMaxValue>32</elemMaxValue>
+      <elemComment>Testing only.</elemComment>
+    </profElement>
+    <profElement>
+      <elemId>3.2</elemId>
+      <elemName>TEST2</elemName>
+      <elemDesc>This is another test element</elemDesc>
+      <elemType>Testing</elemType>
+      <elemUnit>fleas-per-tick</elemUnit>
+      <elemEnumFlag>F</elemEnumFlag>
+      <elemMinValue>32</elemMinValue>
+      <elemMaxValue>64</elemMaxValue>
+      <elemComment>More testing.</elemComment>
+    </profElement>
+    <profElement>
+      <elemId>3.5</elemId>
+      <elemName>TEST3</elemName>
+      <elemDesc>Yet another test element</elemDesc>
+      <elemType>Testing</elemType>
+      <elemEnumFlag>T</elemEnumFlag>
+      <elemValue>alpha</elemValue>
+      <elemValue>beta</elemValue>
+      <elemValue>gamma</elemValue>
+      <elemValue>delta</elemValue>
+      <elemComment>A bunch of greek letters, eh?</elemComment>
+    </profElement>
+  </profile>
+
+  <profile>
+    <profAttributes>
+      <profId>PROFILE2</profId>
+      <profType>profile</profType>
+      <profStatusId>active</profStatusId>
+      <profSecurityType>NULL</profSecurityType>
+      <profRevisionNote>1.0</profRevisionNote>
+    </profAttributes>
+    <resAttributes>
+      <Identifier>TEST_PROFILE_2</Identifier>
+      <Title>Test profile number 2</Title>
+      <Format>text/html</Format>
+      <Creator>Bill</Creator>
+      <resContext>TEST</resContext>
+      <resAggregation>N/A</resAggregation>
+      <resClass>system.profileServer</resClass>
+      <resLocation>iiop://oodt.jpl.nasa.gov:10000/Test.Profile</resLocation>
+    </resAttributes>
+    <profElement>
+      <elemId>3.5</elemId>
+      <elemName>TEST3</elemName>
+      <elemDesc>Yet another test element</elemDesc>
+      <elemType>Testing</elemType>
+      <elemEnumFlag>T</elemEnumFlag>
+      <elemValue>alpha</elemValue>
+      <elemValue>beta</elemValue>
+      <elemValue>gamma</elemValue>
+      <elemValue>delta</elemValue>
+      <elemComment>A bunch of greek letters, eh?</elemComment>
+    </profElement>
+    <profElement>
+      <elemId>3.6</elemId>
+      <elemName>TEST4</elemName>
+      <elemDesc>And still another test element</elemDesc>
+      <elemType>Testing</elemType>
+      <elemEnumFlag>F</elemEnumFlag>
+      <elemMinValue>128</elemMinValue>
+      <elemMaxValue>256</elemMaxValue>
+    </profElement>
+    <profElement>
+      <elemId>3.7</elemId>
+      <elemName>TEST5</elemName>
+      <elemDesc>This is a nonenumerated field with no min/max values, meaning 
it should always match.</elemDesc>
+      <elemType>char</elemType>
+      <elemEnumFlag>F</elemEnumFlag>
+    </profElement>
+  </profile>
+</profiles>

Added: oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/test.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/test.xml?rev=1648992&view=auto
==============================================================================
--- oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/test.xml 
(added)
+++ oodt/trunk/profile/src/test/resources/org/apache/oodt/profile/test.xml Fri 
Jan  2 10:08:03 2015
@@ -0,0 +1,57 @@
+<!-- DO NOT put the XML processing instruction or DOCTYPE decl in this -->
+<!-- file!  They're added by the unit test automatically. -->
+<!-- Copyright 2000-2002 California Institute of Technology.  ALL -->
+<!-- RIGHTS RESERVED.  U.S. Government Sponsorship acknowledged. -->
+<!-- $Id: test.xml,v 1.1.1.1 2004/03/02 20:53:39 kelly Exp $ -->
+<profile>
+  <profAttributes>
+    <profId>OODT_PDS_PROFILE_SERVER</profId>
+    <profType>profile</profType>
+    <profStatusId>active</profStatusId>
+    <profSecurityType>NULL</profSecurityType>
+    <profRevisionNote>1999-09-30</profRevisionNote>
+  </profAttributes>
+  <resAttributes>
+    <Identifier>PDS_PROFILE_SERVER</Identifier>
+    <Title>Planetary Data System (PDS) - Profile Server V1.0</Title>
+    <Format>text/html</Format>
+    <resContext>PDS</resContext>
+    <resAggregation>N/A</resAggregation>
+    <resClass>system.profileServer</resClass>
+    <resLocation>iiop://oodt.jpl.nasa.gov:10000/JPL.PDS.PROFILE</resLocation>
+  </resAttributes>
+  <profElement>
+    <elemId>3.14159</elemId>
+    <elemName>TEST</elemName>
+    <elemDesc>This is a test element</elemDesc>
+    <elemType>Testing</elemType>
+    <elemUnit>fortnights-per-furlong</elemUnit>
+    <elemEnumFlag>F</elemEnumFlag>
+    <elemMinValue>0</elemMinValue>
+    <elemMaxValue>32</elemMaxValue>
+    <elemComment>Testing only.</elemComment>
+  </profElement>
+  <profElement>
+    <elemId>3.2</elemId>
+    <elemName>TEST2</elemName>
+    <elemDesc>This is another test element</elemDesc>
+    <elemType>Testing</elemType>
+    <elemUnit>fleas-per-tick</elemUnit>
+    <elemEnumFlag>F</elemEnumFlag>
+    <elemMinValue>32</elemMinValue>
+    <elemMaxValue>64</elemMaxValue>
+    <elemComment>More testing.</elemComment>
+  </profElement>
+  <profElement>
+    <elemId>3.5</elemId>
+    <elemName>TEST3</elemName>
+    <elemDesc>Yet another test element</elemDesc>
+    <elemType>Testing</elemType>
+    <elemEnumFlag>T</elemEnumFlag>
+    <elemValue>alpha</elemValue>
+    <elemValue>beta</elemValue>
+    <elemValue>gamma</elemValue>
+    <elemValue>delta</elemValue>
+    <elemComment>A bunch of greek letters, eh?</elemComment>
+  </profElement>
+</profile>


Reply via email to