fixed test class

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@152661 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-09-05 09:33:58 +00:00
parent 4d142c19dc
commit 095d3cde2c
2 changed files with 1943 additions and 1 deletions

1942
GetResponseRecords.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -106,7 +106,7 @@ public class GeonetworkResolverTest {
if(response!=null){
try {
InputStream re = GetResponseRecordFilter.overrideResponseIdsByListIds(response, new ArrayList<String>());
InputStream re = GetResponseRecordFilter.overrideResponseIdsByListIds(response, new ArrayList<String>(), "Replaced UUID");
// String theString = IOUtils.toString(re);
// System.out.println("Response returned after overriding: \n"+theString);