Revision 39445
Added by Claudio Atzori about 9 years ago
modules/dnet-actionmanager-common/trunk/src/test/java/eu/dnetlib/actionmanager/actions/ActionFactoryTest.java | ||
---|---|---|
62 | 62 |
assertNotNull(a.getTargetValue()); |
63 | 63 |
Oaf oaf = Oaf.parseFrom(a.getTargetValue()); |
64 | 64 |
assertNotNull(oaf); |
65 |
System.out.println(oaf); |
|
65 |
//System.out.println(oaf);
|
|
66 | 66 |
} |
67 | 67 |
|
68 | 68 |
for (Put put : puts) { |
... | ... | |
79 | 79 |
Provenance.sysimport_crosswalk_datasetarchive, "datacite____", trust); |
80 | 80 |
|
81 | 81 |
final List<Put> puts = action.asPutOperations(); |
82 |
|
|
82 | 83 |
assertTrue(puts.size() == 2); |
83 | 84 |
for (Put put : puts) { |
84 | 85 |
assertNotNull(put); |
... | ... | |
90 | 91 |
if (qualifier.equals("content")) { |
91 | 92 |
Oaf oaf = Oaf.parseFrom(kv.getValue()); |
92 | 93 |
assertNotNull(oaf); |
93 |
System.out.println(oaf); |
|
94 |
//System.out.println(oaf);
|
|
94 | 95 |
} |
95 | 96 |
} |
96 | 97 |
} |
Also available in: Unified diff
logs