This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git.
from 20a2bb9 Merge pull request #74 from madhawav/master
add cfdfb38 [OODT-999] Changed unit tests to include space characters in
product repository path
add 70abe8f [OODT-999] Replaced File.toURL() method by
File.toURI().toURL(). This replacement is recommended in the JAVADOC of
File.toURL() method
add 8608531 [OODT-999] Replaced File.toURL() in unit tests by
File.toURI().toURL(). This replacement is recommended in the JAVADOC of
File.toURL() method
new 3f182c8 Merge pull request #75 from madhawav/fix-tourl
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/java/org/apache/oodt/commons/Configuration.java | 2 +-
.../test/java/org/apache/oodt/commons/ConfigurationTest.java | 2 +-
.../org/apache/oodt/cas/curation/service/MetadataResource.java | 4 ++--
.../org/apache/oodt/cas/curation/service/PolicyResource.java | 2 +-
.../java/org/apache/oodt/cas/filemgr/tools/ExpImpCatalog.java | 4 ++--
.../apache/oodt/cas/filemgr/validation/XMLValidationLayer.java | 2 +-
.../org/apache/oodt/cas/filemgr/versioning/BasicVersioner.java | 2 +-
.../apache/oodt/cas/filemgr/versioning/DateTimeVersioner.java | 4 ++--
.../apache/oodt/cas/filemgr/versioning/VersioningUtils.java | 6 +++---
.../metadata/extractors/TestAbstractFilemgrMetExtractor.java | 4 ++--
.../apache/oodt/cas/filemgr/structs/type/TestTypeHandler.java | 2 +-
.../apache/oodt/cas/filemgr/versioning/TestBasicVersioner.java | 10 +++++-----
.../oodt/cas/filemgr/versioning/TestDateTimeVersioner.java | 8 ++++----
.../cas/metadata/extractors/CopyAndRewriteConfigReader.java | 2 +-
.../oodt/cas/metadata/extractors/CopyAndRewriteExtractor.java | 2 +-
.../main/java/org/apache/oodt/pcs/input/PGEXMLFileUtils.java | 2 +-
pge/src/main/java/org/apache/oodt/cas/pge/PGETask.java | 4 ++--
.../cas/workflow/instrepo/WorkflowInstanceMetadataReader.java | 2 +-
.../oodt/cas/workflow/lifecycle/WorkflowLifecyclesReader.java | 2 +-
.../org/apache/oodt/cas/workflow/policy/TaskPolicyReader.java | 2 +-
.../oodt/cas/workflow/repository/XMLWorkflowRepository.java | 2 +-
21 files changed, 35 insertions(+), 35 deletions(-)