mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-30 19:16:39 +00:00
c6cf4a26a4
After MediaWiki change I308617427309815062d54c14f3438cab31b08a73 there's no longer a "default" user/page/revision in the database, so the user/page/revision IDs in the tests should start at 1 and not 2. Bug: T345984 Change-Id: I3271e4fdd52cf6e2074d8c9d3d5571a69b150476
31 lines
539 B
JSON
31 lines
539 B
JSON
[
|
|
{
|
|
"itp_id": "1",
|
|
"itp_items_id": "1",
|
|
"itp_page_id": "1",
|
|
"itp_oldest_revision_id": "1",
|
|
"itp_newest_revision_id": "3"
|
|
},
|
|
{
|
|
"itp_id": "2",
|
|
"itp_items_id": "2",
|
|
"itp_page_id": "1",
|
|
"itp_oldest_revision_id": "1",
|
|
"itp_newest_revision_id": "3"
|
|
},
|
|
{
|
|
"itp_id": "3",
|
|
"itp_items_id": "3",
|
|
"itp_page_id": "1",
|
|
"itp_oldest_revision_id": "2",
|
|
"itp_newest_revision_id": "3"
|
|
},
|
|
{
|
|
"itp_id": "4",
|
|
"itp_items_id": "4",
|
|
"itp_page_id": "1",
|
|
"itp_oldest_revision_id": "3",
|
|
"itp_newest_revision_id": "3"
|
|
}
|
|
]
|