[MediaWiki-commits] [Gerrit] Update autoload.php - change (mediawiki...Flow)

2014-12-18 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Update autoload.php
..


Update autoload.php

`make autoload` had some changes

Change-Id: I2cc57394b33427227ef240065671783a2bea050a
---
M autoload.php
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/autoload.php b/autoload.php
index 1177875..4c5218c 100644
--- a/autoload.php
+++ b/autoload.php
@@ -280,6 +280,7 @@
'Flow\\Tests\\Api\\ApiTestCase' = __DIR__ . 
'/tests/phpunit/api/ApiTestCase.php',
'Flow\\Tests\\Api\\ApiWatchTopicTest' = __DIR__ . 
'/tests/phpunit/api/ApiWatchTopicTest.php',
'Flow\\Tests\\BlockFactoryTest' = __DIR__ . 
'/tests/phpunit/BlockFactoryTest.php',
+   'Flow\\Tests\\Block\\TopicListTest' = __DIR__ . 
'/tests/phpunit/Block/TopicListTest.php',
'Flow\\Tests\\BufferedBagOStuffTest' = __DIR__ . 
'/tests/phpunit/Data/BagOStuff/BufferedBagOStuffTest.php',
'Flow\\Tests\\BufferedCacheTest' = __DIR__ . 
'/tests/phpunit/Data/BufferedCacheTest.php',
'Flow\\Tests\\Collection\\PostCollectionTest' = __DIR__ . 
'/tests/phpunit/Collection/PostCollectionTest.php',
@@ -288,8 +289,8 @@
'Flow\\Tests\\Data\\CachingObjectManagerTest' = __DIR__ . 
'/tests/phpunit/Data/CachingObjectMapperTest.php',
'Flow\\Tests\\Data\\FlowNothingTest' = __DIR__ . 
'/tests/phpunit/Data/NothingTest.php',
'Flow\\Tests\\Data\\IndexTest' = __DIR__ . 
'/tests/phpunit/Data/IndexTest.php',
+   'Flow\\Tests\\Data\\Index\\FeatureIndexTest' = __DIR__ . 
'/tests/phpunit/Data/Index/FeatureIndexTest.php',
'Flow\\Tests\\Data\\Index\\MockFeatureIndex' = __DIR__ . 
'/tests/phpunit/Data/Index/FeatureIndexTest.php',
-   'Flow\\Tests\\Data\\Index\\UniqueFeatureIndexTests' = __DIR__ . 
'/tests/phpunit/Data/Index/FeatureIndexTest.php',
'Flow\\Tests\\Data\\Listener\\RecentChangesListenerTest' = __DIR__ . 
'/tests/phpunit/Data/Listener/RecentChangesListenerTest.php',
'Flow\\Tests\\Data\\ManagerGroupTest' = __DIR__ . 
'/tests/phpunit/Data/ManagerGroupTest.php',
'Flow\\Tests\\Data\\ObjectLocatorTest' = __DIR__ . 
'/tests/phpunit/Data/ObjectLocatorTest.php',
@@ -334,6 +335,7 @@
'Flow\\Tests\\Repository\\TreeRepositoryTest' = __DIR__ . 
'/tests/phpunit/Repository/TreeRepositoryTest.php',
'Flow\\Tests\\Repository\\TreeRepositorydbTest' = __DIR__ . 
'/tests/phpunit/Repository/TreeRepositoryDbTest.php',
'Flow\\Tests\\SpamFilter\\AbuseFilterTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/AbuseFilterTest.php',
+   'Flow\\Tests\\SpamFilter\\ConfirmEditTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/ConfirmEditTest.php',
'Flow\\Tests\\SpamFilter\\SpamBlacklistTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/SpamBlacklistTest.php',
'Flow\\Tests\\SpamFilter\\SpamRegexTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/SpamRegexTest.php',
'Flow\\Tests\\TemplateHelperTest' = __DIR__ . 
'/tests/phpunit/TemplateHelperTest.php',

-- 
To view, visit https://gerrit.wikimedia.org/r/180191
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2cc57394b33427227ef240065671783a2bea050a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie mmul...@wikimedia.org
Gerrit-Reviewer: Hashar has...@free.fr
Gerrit-Reviewer: SG shah...@gmail.com
Gerrit-Reviewer: jenkins-bot 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Update autoload.php - change (mediawiki...Flow)

2014-12-16 Thread Matthias Mullie (Code Review)
Matthias Mullie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/180191

Change subject: Update autoload.php
..

Update autoload.php

`make autoload` had some changes

Change-Id: I2cc57394b33427227ef240065671783a2bea050a
---
M autoload.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/91/180191/1

diff --git a/autoload.php b/autoload.php
index 1177875..4c5218c 100644
--- a/autoload.php
+++ b/autoload.php
@@ -280,6 +280,7 @@
'Flow\\Tests\\Api\\ApiTestCase' = __DIR__ . 
'/tests/phpunit/api/ApiTestCase.php',
'Flow\\Tests\\Api\\ApiWatchTopicTest' = __DIR__ . 
'/tests/phpunit/api/ApiWatchTopicTest.php',
'Flow\\Tests\\BlockFactoryTest' = __DIR__ . 
'/tests/phpunit/BlockFactoryTest.php',
+   'Flow\\Tests\\Block\\TopicListTest' = __DIR__ . 
'/tests/phpunit/Block/TopicListTest.php',
'Flow\\Tests\\BufferedBagOStuffTest' = __DIR__ . 
'/tests/phpunit/Data/BagOStuff/BufferedBagOStuffTest.php',
'Flow\\Tests\\BufferedCacheTest' = __DIR__ . 
'/tests/phpunit/Data/BufferedCacheTest.php',
'Flow\\Tests\\Collection\\PostCollectionTest' = __DIR__ . 
'/tests/phpunit/Collection/PostCollectionTest.php',
@@ -288,8 +289,8 @@
'Flow\\Tests\\Data\\CachingObjectManagerTest' = __DIR__ . 
'/tests/phpunit/Data/CachingObjectMapperTest.php',
'Flow\\Tests\\Data\\FlowNothingTest' = __DIR__ . 
'/tests/phpunit/Data/NothingTest.php',
'Flow\\Tests\\Data\\IndexTest' = __DIR__ . 
'/tests/phpunit/Data/IndexTest.php',
+   'Flow\\Tests\\Data\\Index\\FeatureIndexTest' = __DIR__ . 
'/tests/phpunit/Data/Index/FeatureIndexTest.php',
'Flow\\Tests\\Data\\Index\\MockFeatureIndex' = __DIR__ . 
'/tests/phpunit/Data/Index/FeatureIndexTest.php',
-   'Flow\\Tests\\Data\\Index\\UniqueFeatureIndexTests' = __DIR__ . 
'/tests/phpunit/Data/Index/FeatureIndexTest.php',
'Flow\\Tests\\Data\\Listener\\RecentChangesListenerTest' = __DIR__ . 
'/tests/phpunit/Data/Listener/RecentChangesListenerTest.php',
'Flow\\Tests\\Data\\ManagerGroupTest' = __DIR__ . 
'/tests/phpunit/Data/ManagerGroupTest.php',
'Flow\\Tests\\Data\\ObjectLocatorTest' = __DIR__ . 
'/tests/phpunit/Data/ObjectLocatorTest.php',
@@ -334,6 +335,7 @@
'Flow\\Tests\\Repository\\TreeRepositoryTest' = __DIR__ . 
'/tests/phpunit/Repository/TreeRepositoryTest.php',
'Flow\\Tests\\Repository\\TreeRepositorydbTest' = __DIR__ . 
'/tests/phpunit/Repository/TreeRepositoryDbTest.php',
'Flow\\Tests\\SpamFilter\\AbuseFilterTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/AbuseFilterTest.php',
+   'Flow\\Tests\\SpamFilter\\ConfirmEditTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/ConfirmEditTest.php',
'Flow\\Tests\\SpamFilter\\SpamBlacklistTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/SpamBlacklistTest.php',
'Flow\\Tests\\SpamFilter\\SpamRegexTest' = __DIR__ . 
'/tests/phpunit/SpamFilter/SpamRegexTest.php',
'Flow\\Tests\\TemplateHelperTest' = __DIR__ . 
'/tests/phpunit/TemplateHelperTest.php',

-- 
To view, visit https://gerrit.wikimedia.org/r/180191
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cc57394b33427227ef240065671783a2bea050a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie mmul...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits