Problem/Motivation
Add test for the field source plugin.
Proposed resolution
Write the tests.
Remaining tasks
Patch
review
commit
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | interdiff.txt | 6.26 KB | quietone |
| #10 | 2966204-10.patch | 10.41 KB | quietone |
| #8 | interdiff.txt | 630 bytes | quietone |
| #8 | 2966204-7.patch | 10.34 KB | quietone |
| #5 | 2966204-4.patch | 10.41 KB | quietone |
Comments
Comment #2
quietone commentedComment #3
quietone commentedComment #5
quietone commentedWasn't working from HEAD.
Comment #7
quietone commentedRetest after committing #2977395: File validation errors on HEAD for 8.6
Comment #8
quietone commentedRemoved setting of expected_count, that was wrong. The plugin really does return 2 rows, I just don't know why the test thinks it returns 1.
Comment #10
quietone commentedFinally got around to fixing this. The initializeIterator isn't called in the test and that method will add rows which then causes the test to get an incorrect count.
Comment #11
quietone commentedLet's get this test and then make a new release before the end of the day.
Comment #12
quietone commentedField not order item type
It is not executed during the count operation
Fixed on commit
Comment #14
quietone commented