Check in diffs for the test db. Try to make the test db identifiers predictable.
This commit is contained in:
parent
4514f5a969
commit
3d0b165de9
71 changed files with 434170 additions and 11 deletions
5338
test/data/sample/diffs/diffs.json
Normal file
5338
test/data/sample/diffs/diffs.json
Normal file
File diff suppressed because it is too large
Load diff
12887
test/data/sample/diffs/diffs2.json
Normal file
12887
test/data/sample/diffs/diffs2.json
Normal file
File diff suppressed because it is too large
Load diff
16
test/data/sample/diffs/diffs3.json
Normal file
16
test/data/sample/diffs/diffs3.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"removed": [],
|
||||
"added": [
|
||||
"dev/kmsg",
|
||||
"root/.bash_history",
|
||||
"usr/sbin/policy-rc.d"
|
||||
],
|
||||
"changed": [
|
||||
"tmp",
|
||||
"dev",
|
||||
".",
|
||||
"usr",
|
||||
"root",
|
||||
"usr/sbin"
|
||||
]
|
||||
}
|
Reference in a new issue