From 711899c70d8586ff6d6b319f1ad7b52564c7e66c Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 30 Oct 2004 06:47:36 +0000 Subject: [PATCH] Benchmark was pulling the wrong Tokyo article (shorter than the others) --- includes/normal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1