File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/test/java/org/jabref/logic/exporter Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
import org .jabref .model .util .DummyFileUpdateMonitor ;
19
19
20
20
import org .junit .jupiter .api .BeforeEach ;
21
+ import org .junit .jupiter .api .Disabled ;
21
22
import org .junit .jupiter .api .io .TempDir ;
22
23
import org .junit .jupiter .params .ParameterizedTest ;
23
24
import org .junit .jupiter .params .provider .MethodSource ;
@@ -65,7 +66,7 @@ public void setUp(@TempDir Path testFolder) throws Exception {
65
66
66
67
@ ParameterizedTest
67
68
@ MethodSource ("fileNames" )
68
- @ Disable ("Ordering of XML elements changed 2019-08-25" )
69
+ @ Disabled ("Ordering of XML elements changed 2019-08-25" )
69
70
public final void testPerformExport (String filename ) throws Exception {
70
71
importFile = Paths .get (ModsExportFormatTestFiles .class .getResource (filename ).toURI ());
71
72
String xmlFileName = filename .replace (".bib" , ".xml" );
You can’t perform that action at this time.
0 commit comments