Repository: juddi Updated Branches: refs/heads/master d924443cd -> 265b8e3b5
JUDDI-906 un-ignoring the custody transfer test case, typo correction Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/265b8e3b Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/265b8e3b Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/265b8e3b Branch: refs/heads/master Commit: 265b8e3b5d37f0701224134eda89282b20e0033b Parents: d924443 Author: Alex <[email protected]> Authored: Fri Jan 16 17:23:31 2015 -0500 Committer: Alex <[email protected]> Committed: Fri Jan 16 17:23:31 2015 -0500 ---------------------------------------------------------------------- juddi-core/src/main/resources/messages.properties | 2 +- pom.xml | 1 + .../apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/265b8e3b/juddi-core/src/main/resources/messages.properties ---------------------------------------------------------------------- diff --git a/juddi-core/src/main/resources/messages.properties b/juddi-core/src/main/resources/messages.properties index 8848cfd..04b94cd 100644 --- a/juddi-core/src/main/resources/messages.properties +++ b/juddi-core/src/main/resources/messages.properties @@ -71,7 +71,7 @@ errors.Unsupported.findQualifier=An invalid or unsupported findQualifier value w errors.configuration.Retrieval=An error occurred attempting to retrieve configuration information errors.install.AlreadyInstalled=It appears that the application is already installed. Please un-install before proceeding. errors.NullInput=No input was provided for this API call -errors.keyunavailable.BadPartition=The proposed key is not within the partition defined by owning publisher. If you're tring to create a new tModel in a new partition, try creating a tModel that ends in :keygenerator +errors.keyunavailable.BadPartition=The proposed key is not within the partition defined by owning publisher. If you're trying to create a new tModel in a new partition, try creating a tModel that ends in :keygenerator. Failing key errors.keyunavailable.KeyExists=The key used for the save operation already exists. Another key must be chosen errors.invalidkey.NullKey=The key cannot be null errors.invalidkey.MalformedKey=The passed key does not conform to UDDI v3 rules http://git-wip-us.apache.org/repos/asf/juddi/blob/265b8e3b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7bf8694..ab92c02 100644 --- a/pom.xml +++ b/pom.xml @@ -502,6 +502,7 @@ under the License. <exclude>**/font-awesome*</exclude> <exclude>**/jquery*.css</exclude> <exclude>**/*.svg</exclude> + <exclude>**/*.txt</exclude> <exclude>**/jquery*.js</exclude> <exclude>**/log4j.properties</exclude> <exclude>**/log4j.xml</exclude> http://git-wip-us.apache.org/repos/asf/juddi/blob/265b8e3b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java ---------------------------------------------------------------------- diff --git a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java index 83f6103..008851f 100644 --- a/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java +++ b/uddi-tck/src/test/java/org/apache/juddi/v3/tck/JUDDI_300_MultiNodeIntegrationTest.java @@ -466,7 +466,7 @@ public class JUDDI_300_MultiNodeIntegrationTest { * @throws Exception */ @Test - @Ignore + // @Ignore public void testReplicationTModelBusinessPublisherAssertionAddDelete() throws Exception { Assume.assumeTrue(TckPublisher.isReplicationEnabled()); Assume.assumeTrue(TckPublisher.isJUDDI()); @@ -478,7 +478,8 @@ public class JUDDI_300_MultiNodeIntegrationTest { resetBusinesses(); TModel saveMaryPublisherTmodel = maryTModelNode1.saveMaryPublisherTmodel(maryTokenNode1); - + samTModelNode2.saveSamSyndicatorTmodel(samTokenNode2); + BusinessEntity saveMaryPublisherBusiness = maryBizNode1.saveMaryPublisherBusiness(maryTokenNode1); // TModel saveSamSyndicatorTmodel = samTModelNode2.saveSamSyndicatorTmodel(samTokenNode2); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
