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:
parent
caad4145d5
commit
7550894dda
@ -40,8 +40,8 @@ public class Xoa_app_ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
public static final String Name = "xowa";
|
public static final String Name = "xowa";
|
||||||
public static final int Version_id = 555;
|
public static final int Version_id = 556;
|
||||||
public static final String Version = "4.6.10.2008";
|
public static final String Version = "4.6.11.2009";
|
||||||
public static final String Build_date_fmt = "yyyy-MM-dd HH:mm:ss";
|
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 Build_date = "2012-12-30 00:00:00";
|
||||||
public static String User_agent = "";
|
public static String User_agent = "";
|
||||||
|
@ -85,21 +85,21 @@ public class Wdata_visitor__html_wtr_tst {
|
|||||||
.Init_resolved_qid(2, "Earth")
|
.Init_resolved_qid(2, "Earth")
|
||||||
.Test_claim_val
|
.Test_claim_val
|
||||||
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", ".000027777", "123", "http://www.wikidata.org/entity/Q2")
|
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", ".000027777", "123", "http://www.wikidata.org/entity/Q2")
|
||||||
, "0°7'39"S, 51°30'26"E (<a href='/wiki/Q2'>Earth</a>)"
|
, "0°7'38.99"S, 51°30'26.01"E (<a href='/wiki/Q2'>Earth</a>)"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@Test public void Globecoordinate__globe__null() {
|
@Test public void Globecoordinate__globe__null() {
|
||||||
fxt
|
fxt
|
||||||
.Test_claim_val
|
.Test_claim_val
|
||||||
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", ".000027777", "null", "")
|
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", ".000027777", "null", "")
|
||||||
, "0°7'39"S, 51°30'26"E"
|
, "0°7'38.99"S, 51°30'26.01"E"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@Test public void Globecoordinate__precision__0() { // PURPOSE: 0 precision was causing divide by 0 error; PAGE:ru.w:Лысково_(Калужская_область) DATE:2016-11-24
|
@Test public void Globecoordinate__precision__0() { // PURPOSE: 0 precision was causing divide by 0 error; PAGE:ru.w:Лысково_(Калужская_область) DATE:2016-11-24
|
||||||
fxt
|
fxt
|
||||||
.Test_claim_val
|
.Test_claim_val
|
||||||
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", "0", "null", "")
|
( fxt.Wdata_fxt().Make_claim_geo(1, "51.5072222", "-0.1275", "0", "null", "")
|
||||||
, "0°6'S, 51°30'E"
|
, "0°7'39"S, 51°30'26"E"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
http_server_disable_special
|
release_v4.6.11.2009
|
||||||
|
Loading…
Reference in New Issue
Block a user