1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-09-29 23:10:52 +00:00

Parser: Do not reset attributes when tag has more than 16 attributes (comment) [#579]

This commit is contained in:
gnosygnu 2019-09-27 21:09:55 -04:00
parent fdd05c99a9
commit 597c138b56

View File

@ -23,7 +23,7 @@ public class Mwh_atr_mgr_tst {
// key=val key=v<nowiki/>al // key=val key=v<nowiki/>al
fxt.Test_atr_utl_make(Mwh_atr_itm_.Qte_tid__none, Mwh_atr_itm_.Mask__valid__y, Mwh_atr_itm_.Mask__repeated__y, Mwh_atr_itm_.Mask__key_exists__y, Mwh_atr_itm_.Mask__val_made__y, 120); fxt.Test_atr_utl_make(Mwh_atr_itm_.Qte_tid__none, Mwh_atr_itm_.Mask__valid__y, Mwh_atr_itm_.Mask__repeated__y, Mwh_atr_itm_.Mask__key_exists__y, Mwh_atr_itm_.Mask__val_made__y, 120);
} }
@Test public void Resize() {// ISSUE#: @Test public void Resize() {// PURPOSE:make sure that array gets resized without losing data; ISSUE#:579 DATE:2019-09-27
Mwh_atr_mgr atr_mgr = new Mwh_atr_mgr(1); Mwh_atr_mgr atr_mgr = new Mwh_atr_mgr(1);
int[] expd = new int[] {2, 3, 4, 5}; int[] expd = new int[] {2, 3, 4, 5};