Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anil committed May 25, 2011
1 parent 1904630 commit a78278d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
10 changes: 5 additions & 5 deletions openxds/repository/src/test/resources/IheActors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<!--Each configuration file has a root Configuration tag-->
<Configuration>

<!--Defines the configuration of XDS Repository-->
<ConnectionFile file="XdsRepositoryConnections.xml" />
<!--Defines the test configuration of XDS Repository
<ConnectionFile file="XdsRepositoryConnectionsTest.xml" />-->


<!--The XDS Repository actor configuration-->
<Actor name="xdsrep" type="XdsRepository">
<Description>XDS Repository</Description>
<Includefile name="XdsCodesTest.xml" />
<Description>XDS Repository</Description>
<Includefile name="XdsCodesTest.xml" />
</Actor>

</Configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,12 @@

<!-- The XDS Repository Actor Connections -->
<Configuration>
<StandardConnection name="xds-repository">
<!--The host name of the XDS Repository Server-->
<StandardConnection name="xds-registry-client">
<!--The host name of the XDS Registry Server-->
<HostName>localhost</HostName>
<!--The port-->
<Port>8020</Port>

<Identifier name="AssigningAuthority">
<NamespaceId>IHENA</NamespaceId>
<UniversalId>1.3.6.1.4.1.21367.2009.1.2.300</UniversalId>
<UniversalIdType>ISO</UniversalIdType>
</Identifier>

<Includefile name="XdsCodesTest.xml" />
<Port>8010</Port>
<!--The URL of the XDS Registry web services -->
<UrlPath>/openxds/services/DocumentRegistry</UrlPath>
</StandardConnection>
</Configuration>

0 comments on commit a78278d

Please sign in to comment.