google-nomulus/javatests/google/registry/batch
nickfelt 65aaeccfc6 Fix TaskQueueHelper param matching for pull queue tasks
This fixes TaskQueueHelper methods and MatchableTaskInfo so that the .param() matching works for pull queues, by parsing the payload for URL-encoded parameters more liberally.  As such, it updates all the places where formerly we were hacking around this by manually constructing the expected payloads and using TaskMatcher.payload() instead.

It also adds a TaskQueueHelper.assertTasksEnqueued() overload that accepts an Iterable<TaskStateInfo> so that you can cleanly assert that a queue contains the same tasks that were returned via a previous call to getQueueInfo("queue").getTaskInfo().

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156604901
2017-05-23 17:22:49 -04:00
..
BUILD Add mapreduce cleanup action 2017-03-13 10:24:57 -04:00
DeleteContactsAndHostsActionTest.java Notify registrars of async contact/host deletions 2017-04-26 10:33:55 -04:00
DeleteProberDataActionTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExpandRecurringBillingEventsActionTest.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
MapreduceEntityCleanupActionTest.java Refactor main loop of MapreduceEntityCleanupAction 2017-03-13 10:38:21 -04:00
RefreshDnsOnHostRenameActionTest.java Fix TaskQueueHelper param matching for pull queue tasks 2017-05-23 17:22:49 -04:00
TestMapreduceEntityCleanupUtil.java Add mapreduce cleanup action 2017-03-13 10:24:57 -04:00
VerifyEntityIntegrityActionTest.java Fix some direct uses of ForeignKey(C/H/D)Index 2017-05-03 10:40:21 -04:00