@@ -64,8 +64,8 @@ This file is part of the iText (R) project.
64
64
@ Category (IntegrationTest .class )
65
65
public class PdfFormCopyTest extends ExtendedITextTest {
66
66
67
- public static final String sourceFolder = "./src/test/resources/com/itextpdf/forms/PdfFormFieldsCopyTest /" ;
68
- public static final String destinationFolder = "./target/test/com/itextpdf/forms/PdfFormFieldsCopyTest /" ;
67
+ public static final String sourceFolder = "./src/test/resources/com/itextpdf/forms/PdfFormCopyTest /" ;
68
+ public static final String destinationFolder = "./target/test/com/itextpdf/forms/PdfFormCopyTest /" ;
69
69
70
70
@ BeforeClass
71
71
public static void beforeClass () {
@@ -517,9 +517,9 @@ public void unnamedFieldsHierarchyTest() throws IOException, InterruptedExceptio
517
517
})
518
518
public void copyAndEditTextFields () throws IOException , InterruptedException {
519
519
//TODO: update after DEVSIX-2354
520
- String srcFileName = sourceFolder + "/ checkPdfFormCopy_Source.pdf" ;
520
+ String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
521
521
String destFilename = destinationFolder + "copyAndEditTextFields.pdf" ;
522
- String cmpFileName = sourceFolder + "/ cmp_copyAndEditTextFields.pdf" ;
522
+ String cmpFileName = sourceFolder + "cmp_copyAndEditTextFields.pdf" ;
523
523
524
524
PdfDocument srcDoc = new PdfDocument (new PdfReader (srcFileName ));
525
525
PdfDocument destDoc = new PdfDocument (new PdfWriter (destFilename ));
@@ -548,9 +548,9 @@ public void copyAndEditTextFields() throws IOException, InterruptedException {
548
548
})
549
549
public void copyAndEditCheckboxes () throws IOException , InterruptedException {
550
550
//TODO: update after DEVSIX-2354
551
- String srcFileName = sourceFolder + "/ checkPdfFormCopy_Source.pdf" ;
551
+ String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
552
552
String destFilename = destinationFolder + "copyAndEditCheckboxes.pdf" ;
553
- String cmpFileName = sourceFolder + "/ cmp_copyAndEditCheckboxes.pdf" ;
553
+ String cmpFileName = sourceFolder + "cmp_copyAndEditCheckboxes.pdf" ;
554
554
555
555
PdfDocument srcDoc = new PdfDocument (new PdfReader (srcFileName ));
556
556
PdfDocument destDoc = new PdfDocument (new PdfWriter (destFilename ));
@@ -577,9 +577,9 @@ public void copyAndEditCheckboxes() throws IOException, InterruptedException {
577
577
})
578
578
public void copyAndEditRadioButtons () throws IOException , InterruptedException {
579
579
//TODO: update after DEVSIX-2354
580
- String srcFileName = sourceFolder + "/ checkPdfFormCopy_Source.pdf" ;
580
+ String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf" ;
581
581
String destFilename = destinationFolder + "copyAndEditRadioButtons.pdf" ;
582
- String cmpFileName = sourceFolder + "/ cmp_copyAndEditRadioButtons.pdf" ;
582
+ String cmpFileName = sourceFolder + "cmp_copyAndEditRadioButtons.pdf" ;
583
583
584
584
PdfDocument srcDoc = new PdfDocument (new PdfReader (srcFileName ));
585
585
PdfDocument destDoc = new PdfDocument (new PdfWriter (destFilename ));
0 commit comments