r88798 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88797‎ | r88798 | r88799 >
Date:15:59, 25 May 2011
Author:demon
Status:ok
Tags:
Comment:
Followup r87468: remove refs to CleanUpTest from Makefile
Modified paths:
  • /trunk/phase3/includes/normal/Makefile (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/normal/Makefile
@@ -24,21 +24,17 @@
2525 Utf8Case.php : Utf8CaseGenerate.php UtfNormalUtil.php UnicodeData.txt
2626 $(PHP) Utf8CaseGenerate.php
2727
28 -test : testutf8 testclean UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt
 28+test : testutf8 UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt
2929 $(PHP) UtfNormalTest.php
3030
3131 testutf8 : Utf8Test.php UTF-8-test.txt
3232 $(PHP) Utf8Test.php
3333
34 -testclean : CleanUpTest.php
35 - $(PHP) CleanUpTest.php
36 -
3734 bench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt
3835 $(PHP) UtfNormalBench.php
3936
4037 icutest : UtfNormalData.inc NormalizationTest.txt
4138 $(PHP) Utf8Test.php --icu
42 - $(PHP) CleanUpTest.php --icu
4339 $(PHP) UtfNormalTest.php --icu
4440
4541 icubench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87468Move CleanUpTest, fixes in next commitdemon23:05, 4 May 2011

Status & tagging log