From: Brion Vibber Date: Sat, 30 Oct 2004 06:47:36 +0000 (+0000) Subject: Benchmark was pulling the wrong Tokyo article (shorter than the others) X-Git-Tag: 1.5.0alpha1~1423 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=711899c70d8586ff6d6b319f1ad7b52564c7e66c;p=lhc%2Fweb%2Fwiklou.git Benchmark was pulling the wrong Tokyo article (shorter than the others) --- diff --git a/includes/normal/Makefile b/includes/normal/Makefile index 0cb5da814d..9be6977b2b 100644 --- a/includes/normal/Makefile +++ b/includes/normal/Makefile @@ -50,7 +50,7 @@ testdata/washington.txt : mkdir -p testdata && wget -U MediaWiki/test -O testdata/washington.txt "http://en.wikipedia.org/w/wiki.phtml?title=Washington%2C_DC&oldid=6370218&action=raw" testdata/tokyo.txt : - mkdir -p testdata && wget -U MediaWiki/test -O testdata/tokyo.txt "http://ja.wikipedia.org/w/wiki.phtml?title=%E6%9D%B1%E4%BA%AC&oldid=823926&action=raw" + mkdir -p testdata && wget -U MediaWiki/test -O testdata/tokyo.txt "http://ja.wikipedia.org/w/wiki.phtml?title=%E6%9D%B1%E4%BA%AC%E9%83%BD&oldid=940880&action=raw" testdata/sociology.txt : mkdir -p testdata && wget -U MediaWiki/test -O testdata/sociology.txt "http://ko.wikipedia.org/w/wiki.phtml?title=%EC%82%AC%ED%9A%8C%ED%95%99&oldid=16409&action=raw"