r24512 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24511‎ | r24512 | r24513 >
Date:09:04, 1 August 2007
Author:kim
Status:old
Tags:
Comment:
testing the test
Modified paths:
  • /trunk/extensions/Wikidata/OmegaWiki/RecordHelperTest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikidata/OmegaWiki/RecordHelperTest.php
@@ -10,10 +10,6 @@
1111 # do we seriously need ALL of these?
1212 require_once("../../../StartProfiler.php");
1313 require_once("../../../LocalSettings.php");
14 -global $kimwgBLA, $IP;
15 -echo "SHOULD GET\n";
16 -echo $kimwgBLA." ".$IP;
17 -echo "\n";
1814 require_once("../php-tools/ProgressBar.php");
1915 require_once("Setup.php");
2016 require_once("DefinedMeaningModel.php");
@@ -52,6 +48,13 @@
5349 $testRecord=NULL;
5450 }
5551
 52+ function randomTest(){
 53+ global $wgOut;
 54+ $wgOut->addWikiText("Hello [[world]]\n");
 55+ echo $wgOut->mBodytext;
 56+
 57+ }
 58+
5659 }
5760
5861 if (PHPUnit_MAIN_METHOD == "RecordHelperTest::main") {

Status & tagging log