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) {