[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r8644] by cwilper

JUnit cleanup; removed unused "All" test suites. These are no longer
necessary/useful since we have migrated to use maven to invoke the various
sets of tests. By default, the maven test runner will execute all tests
for a given subproject when necessary. Also, when specific subsets
need to be run, these should be specified directly the poms
(e.g. configA/B/Q in fcrepo-integrationtest's pom)

2010-06-15 17:18:35 Tree
[r8643] by stephenbayliss

TestRESTAPI wasn't being included in automated ConfigA tests - added this to POM (follow-up from FCREPO-705)

2010-06-15 15:17:20 Tree
[r8642] by stephenbayliss

FCREPO-703: REST API calls to getDatastreamDissemination fails when XACML enabled, API-A auth disabled
Changed to use API-A methods instead (listDatastreams, getDatastreamDissemination(RELS-INT))

2010-06-15 14:50:34 Tree
[r8641] by stephenbayliss

FCREPO-705: new system property fedora.authorize.access set in POM - configA false, configB true; new method in TestRESTAPI getAuthAccess() reads this property; Access method tests now use this either (a) to determine if an "unauthorized" test should be run and (b) to set the authorization parameter when testing for success.

2010-06-15 13:57:19 Tree
[r8640] by stephenbayliss

FCREPO-704: Ingesting a managed content datastream via REST fails with files larger than 2GB
- change datatypes from int to long (int restricted to 2GB)

2010-06-14 17:32:30 Tree
[r8639] by stephenbayliss

change control group of RELS-EXT, RELS-INT to "X" (was "M", but this was actually being ignored in any case as there is inline xml)

2010-06-14 16:48:56 Tree
[r8638] by stephenbayliss

javadoc

2010-06-14 12:15:41 Tree
[r8637] by stephenbayliss

Increase test coverage to relationships created from managed content RELS-* datastreams

2010-06-13 21:39:16 Tree
[r8636] by stephenbayliss

Change validation of reserved datastreams: instead of passing in InputStream directly, pass in datastream, and only generate InputStream if datastream is to be validated. Otherwise managed content datastreams have an InputStream generated for them even when they are not reserved datastreams and therefore don't require validating (ie no need to read contents for them).

2010-06-13 10:06:48 Tree
[r8635] by stephenbayliss

TestAPIM coverage increaed for managed content datastreams for reserved datastreams (add, modify by value/reference; check that validation occurs). Code mods to implement validation of managed content reserved datastreams.

2010-06-12 21:24:07 Tree
Older >