1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Mw_parse.Table: Add tests for basic functionality

This commit is contained in:
gnosygnu
2017-01-12 15:17:14 -05:00
parent d22c5e5f3d
commit 5f1609a869
10 changed files with 279 additions and 210 deletions

View File

@@ -29,6 +29,7 @@ public class Xomp_prog_mgr {
this.perf_interval = perf_interval;
this.perf_url = perf_url;
this.prog_bgn = this.prog_prv = this.perf_prv = gplx.core.envs.System_.Ticks();
Io_mgr.Instance.DeleteFil(perf_url);
}
public void Mark_done(int id) {
synchronized (thread_lock) {

View File

@@ -24,7 +24,7 @@ import gplx.xowa.htmls.core.dbs.*;
import gplx.xowa.addons.wikis.pages.syncs.wmapis.*;
import gplx.xowa.addons.wikis.pages.syncs.core.parsers.*;
public class Xosync_update_mgr {
private final Xoh_hzip_bfr bfr = new Xoh_hzip_bfr(Io_mgr.Len_mb, Bool_.N, Byte_.Max_value_127);
private final Xoh_hzip_bfr bfr = new Xoh_hzip_bfr(Io_mgr.Len_kb, Bool_.N, Byte_.Max_value_127);
private final Gfh_doc_parser hdoc_parser_mgr;
private final Xoh_hdoc_ctx hctx = new Xoh_hdoc_ctx();
private final Xosync_hdoc_wtr hdoc_bldr = new Xosync_hdoc_wtr();