1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

Release: Update for 4.6.11.2009 [#801]

This commit is contained in:
gnosygnu 2020-09-19 12:49:47 -04:00
parent caad4145d5
commit 7550894dda
3 changed files with 62 additions and 62 deletions

View File

@ -40,8 +40,8 @@ public class Xoa_app_ {
}
}
public static final String Name = "xowa";
public static final int Version_id = 555;
public static final String Version = "4.6.10.2008";
public static final int Version_id = 556;
public static final String Version = "4.6.11.2009";
public static final String Build_date_fmt = "yyyy-MM-dd HH:mm:ss";
public static String Build_date = "2012-12-30 00:00:00";
public static String User_agent = "";

View File

@ -85,21 +85,21 @@ public class Wdata_visitor__html_wtr_tst {
.Init_resolved_qid(2, "Earth")
.Test_claim_val
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", ".000027777", "123", "http://www.wikidata.org/entity/Q2")
, "0°7&#39;39&#34;S, 51°30&#39;26&#34;E (<a href='/wiki/Q2'>Earth</a>)"
, "0°7&#39;38.99&#34;S, 51°30&#39;26.01&#34;E (<a href='/wiki/Q2'>Earth</a>)"
);
}
@Test public void Globecoordinate__globe__null() {
fxt
.Test_claim_val
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", ".000027777", "null", "")
, "0°7&#39;39&#34;S, 51°30&#39;26&#34;E"
, "0°7&#39;38.99&#34;S, 51°30&#39;26.01&#34;E"
);
}
@Test public void Globecoordinate__precision__0() { // PURPOSE: 0 precision was causing divide by 0 error; PAGE:ru.w:Лысково_(Калужская_область) DATE:2016-11-24
fxt
.Test_claim_val
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", "0", "null", "")
, "6&#39;S, 51°30&#39;E"
, "7&#39;39&#34;S, 51°30&#39;26&#34;E"
);
}
}

View File

@ -1 +1 @@
http_server_disable_special
release_v4.6.11.2009