mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.7.3.1
This commit is contained in:
@@ -50,7 +50,7 @@ public class z051_GfmlFldPool_keyed_tst {
|
||||
tst_Keyed_PopNext(fldPool, GfmlItmKeys.NullKey);
|
||||
Tfds.Fail("should have failed");
|
||||
}
|
||||
catch (Exception exc) {Exc_.Noop(exc);}
|
||||
catch (Exception exc) {Err_.Noop(exc);}
|
||||
}
|
||||
@Test public void PopByKey_PopNext() {
|
||||
tst_Keyed_PopByKey(fldPool, "y", "y", "x", "z");
|
||||
|
||||
@@ -46,6 +46,6 @@ public class z111_core_comment0_tst {
|
||||
// fx.tst_Err("//", GfmlOutCmds.Frame_danglingBgn_Err_());
|
||||
// Tfds.Fail_expdError();
|
||||
// }
|
||||
// catch (Exception exc) {Exc_.Noop(exc);}
|
||||
// catch (Exception exc) {Err_.Noop(exc);}
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user