File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
faultinject-bundle/src/test/java/org/intocps/maestro/faultinject Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,9 @@ public void testCleanArrayIntegration() throws Exception{
187187
188188 NodeList nodes = document .getElementsByTagName ("event" );
189189
190+ logger .info (String .format ("Expected length %d" , remaining_events_expected .length ));
191+ logger .info (String .format ("Output length %d" , nodes .getLength ()));
192+
190193 assertEquals (remaining_events_expected .length , nodes .getLength ());
191194
192195 for (int i = 0 ; i < nodes .getLength (); i ++){
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public void testWithConfig() throws Exception {
7474 int is = ArrayUtils .indexOf (line .split ("," ), "{alltypes}.alltypesA.stringOutput" );
7575
7676
77- BufferedReader bufferReaderGroundTruth = new BufferedReader (new FileReader ("output_ground_truth.csv" ));
77+ BufferedReader bufferReaderGroundTruth = new BufferedReader (new FileReader ("output_ground_truth-2 .csv" ));
7878 String lineGroundTruth ;
7979
8080 while ((line = bufferReader .readLine ()) != null ) {
You can’t perform that action at this time.
0 commit comments