From cd510a518d25a88de4a956e848668876c4c807c5 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Fri, 28 Aug 2009 23:37:07 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Collector@14857 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../informationsystem/collector/impl/utils/EntryEPRParser.java | 2 -- .../stubs/testsuite => test-suite}/AFRegistrationSample.xml | 0 .../stubs/testsuite => test-suite}/ServiceMap_CNRPrivate.xml | 0 .../collector/stubs/testsuite => test-suite}/query-example.xq | 0 4 files changed, 2 deletions(-) rename {src/org/gcube/informationsystem/collector/stubs/testsuite => test-suite}/AFRegistrationSample.xml (100%) rename {src/org/gcube/informationsystem/collector/stubs/testsuite => test-suite}/ServiceMap_CNRPrivate.xml (100%) rename {src/org/gcube/informationsystem/collector/stubs/testsuite => test-suite}/query-example.xq (100%) diff --git a/src/org/gcube/informationsystem/collector/impl/utils/EntryEPRParser.java b/src/org/gcube/informationsystem/collector/impl/utils/EntryEPRParser.java index 257e6f8..35d5a87 100755 --- a/src/org/gcube/informationsystem/collector/impl/utils/EntryEPRParser.java +++ b/src/org/gcube/informationsystem/collector/impl/utils/EntryEPRParser.java @@ -50,8 +50,6 @@ public class EntryEPRParser { ReferencePropertiesType prop = e.getProperties(); MessageElement[] any = prop.get_any(); - logger.debug("Aggregator EntryEPR-> " + e.toString()); - if (any[0].getName().equalsIgnoreCase("ServiceGroupEntryKey")) { serviceGroup = any[0]; DocumentBuilderFactory factory = DocumentBuilderFactory diff --git a/src/org/gcube/informationsystem/collector/stubs/testsuite/AFRegistrationSample.xml b/test-suite/AFRegistrationSample.xml similarity index 100% rename from src/org/gcube/informationsystem/collector/stubs/testsuite/AFRegistrationSample.xml rename to test-suite/AFRegistrationSample.xml diff --git a/src/org/gcube/informationsystem/collector/stubs/testsuite/ServiceMap_CNRPrivate.xml b/test-suite/ServiceMap_CNRPrivate.xml similarity index 100% rename from src/org/gcube/informationsystem/collector/stubs/testsuite/ServiceMap_CNRPrivate.xml rename to test-suite/ServiceMap_CNRPrivate.xml diff --git a/src/org/gcube/informationsystem/collector/stubs/testsuite/query-example.xq b/test-suite/query-example.xq similarity index 100% rename from src/org/gcube/informationsystem/collector/stubs/testsuite/query-example.xq rename to test-suite/query-example.xq