mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-04 12:58:26 +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
27 lines
456 B
JSON
27 lines
456 B
JSON
[
|
|
{
|
|
"it_id": "1",
|
|
"it_itemname": "h-X-20220720010100",
|
|
"it_timestamp": null,
|
|
"it_actor": null
|
|
},
|
|
{
|
|
"it_id": "2",
|
|
"it_itemname": "c-X-20220720010100",
|
|
"it_timestamp": "20220720010100",
|
|
"it_actor": "1"
|
|
},
|
|
{
|
|
"it_id": "3",
|
|
"it_itemname": "c-Y-20220720010200",
|
|
"it_timestamp": "20220720010200",
|
|
"it_actor": "2"
|
|
},
|
|
{
|
|
"it_id": "4",
|
|
"it_itemname": "c-Z-20220720010300",
|
|
"it_timestamp": "20220720010300",
|
|
"it_actor": "3"
|
|
}
|
|
]
|