| Comment | File | Size | Author |
|---|---|---|---|
| #26 | vdc-1754234-26.patch | 7.61 KB | dawehner |
| #26 | interdiff.txt | 850 bytes | dawehner |
| #24 | drupal-1754234-24.patch | 7.6 KB | dawehner |
| #24 | interdiff.txt | 490 bytes | dawehner |
| #17 | views_argument_validator_tests-1754234-17.patch | 7.56 KB | dawehner |
Comments
Comment #1
dawehnerAdded a test plugin and did some checking.
Comment #3
aspilicious commentedI think there was a filename conflict with the previous patch
Comment #4
dawehnerWe don't test something yet, so this needs work.
Comment #5
xjmComment #6
dawehnerWrote an actual test for the UI, so we have a basic test coverage for that specific area of the code.
Comment #7
dawehnerUpdated against recent changes of views tests and fixed some codestyle issues.
Comment #9
damiankloip commentedThis is a method on ViewTestBase and not ViewUnitTestBase.
Comment #10
dawehnerLet's fix those tests.
Comment #11
djroshi commentedApparently views.view.test_argument.yml was missing an id attribute, causing a fatal error in testArgumentValidatorUI()
Comment #12
dawehnerIt feels really wrong that you removed some test code, which got added in #10 or before. Is there a specific reason for that?
Comment #13
djroshi commentedI must have rolled the patch incorrectly, the only intended change (vs #10) is this >
Comment #14
dawehnerHandlers now use "plugin_id", see views.view.test_view.yml
Did you ever used interdiffs? It's a great tool for collaborators to post changes on drupal.org, so these small changes are reviewable as well.
Comment #15
djroshi commentedHopefully I got this right?
Comment #16
dawehnerI would love to RTBC it, though I wrote most of the code, so i'm stepping back.
A really tiny small """problem""".
Nitpick :) Missing \ before Drupal.
Comment #17
dawehnerJust another rerole.
Comment #18
tim.plunkettReroll looks good, thanks @dawehner!
Comment #20
tim.plunkett#17: views_argument_validator_tests-1754234-17.patch queued for re-testing.
Comment #22
dawehner#17: views_argument_validator_tests-1754234-17.patch queued for re-testing.
Comment #24
dawehnerLet's fix the problem.
Comment #26
dawehnerComment #28
dagmarThis is already in core.