TEST2
This commit is contained in:
parent
21255e9854
commit
e7c1b93e7b
@ -122,7 +122,7 @@ public class DictionaryService {
|
|||||||
|
|
||||||
dictionary.getDictionaryModels().forEach(dm -> {
|
dictionary.getDictionaryModels().forEach(dm -> {
|
||||||
if (dm.isRecommendation() && !dm.getLocalEntries().isEmpty()) {
|
if (dm.isRecommendation() && !dm.getLocalEntries().isEmpty()) {
|
||||||
dictionaryClient.addEntries(IdBuilder.getTypeId(dm.getType(), dossierTemplateId, dm.isDossierDictionary() ? dossierId : null), new ArrayList<>(dm.getLocalEntries()), false);
|
dictionaryClient.addEntries(IdBuilder.getTypeId(dm.getType(), dossierTemplateId, null), new ArrayList<>(dm.getValues(true)), false);
|
||||||
long externalVersion = dictionaryClient.getVersion(dossierTemplateId);
|
long externalVersion = dictionaryClient.getVersion(dossierTemplateId);
|
||||||
if (externalVersion == dictionary.getVersion().getDossierTemplateVersion() + 1) {
|
if (externalVersion == dictionary.getVersion().getDossierTemplateVersion() + 1) {
|
||||||
dictionary.getVersion().setDossierTemplateVersion(externalVersion);
|
dictionary.getVersion().setDossierTemplateVersion(externalVersion);
|
||||||
|
|||||||
@ -667,7 +667,7 @@ public class RedactionIntegrationTest {
|
|||||||
public void redactionTest() throws IOException {
|
public void redactionTest() throws IOException {
|
||||||
|
|
||||||
long start = System.currentTimeMillis();
|
long start = System.currentTimeMillis();
|
||||||
ClassPathResource pdfFileResource = new ClassPathResource("files/S11.pdf");
|
ClassPathResource pdfFileResource = new ClassPathResource("files/Metolachlor/S-Metolachlor_RAR_02_Volume_2_2018-09-06.pdf");
|
||||||
AnalyzeRequest request = prepareStorage(pdfFileResource.getInputStream());
|
AnalyzeRequest request = prepareStorage(pdfFileResource.getInputStream());
|
||||||
request.setExcludedPages(Set.of(1));
|
request.setExcludedPages(Set.of(1));
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user