diff options
author | Stanislav Malyshev <smalyshev@gmail.com> | 2018-08-07 22:08:22 -0700 |
---|---|---|
committer | Smalyshev <smalyshev@wikimedia.org> | 2018-08-14 00:40:08 +0000 |
commit | ba5bce123be1ebc4f271cd1119bafdf767a0f4c7 (patch) | |
tree | 035ff1418a5c914cf8af673ecb6e67d8d8b53edc /tests/phpunit/data/categoriesrdf | |
parent | c5c1ecf1e8176144b387fe2a69a03c8c8d85421f (diff) | |
download | mediawikicore-ba5bce123be1ebc4f271cd1119bafdf767a0f4c7.tar.gz mediawikicore-ba5bce123be1ebc4f271cd1119bafdf767a0f4c7.zip |
Fix handling categorization changes
Previously, we handled categorization changes using wrong assumptions
- that rc_cur_id refers to the parent category. Instead, it refers to
the child page.
Change-Id: I40e886c3548ccca57db7ab83f14ec4dcd804cf2f
Bug: T201216
Diffstat (limited to 'tests/phpunit/data/categoriesrdf')
-rw-r--r-- | tests/phpunit/data/categoriesrdf/edit.sparql (renamed from tests/phpunit/data/categoriesrdf/change.sparql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/data/categoriesrdf/change.sparql b/tests/phpunit/data/categoriesrdf/edit.sparql index d1a6a62ab02a..ae2e300c952c 100644 --- a/tests/phpunit/data/categoriesrdf/change.sparql +++ b/tests/phpunit/data/categoriesrdf/edit.sparql @@ -1,4 +1,4 @@ -# Changes +# Edits DELETE { ?category ?x ?y } WHERE { |