mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
don't bump the batch name
This commit is contained in:
@ -253,7 +253,7 @@ class LabeledResponsesTestCase(cases.BaseServerTestCase, cases.OptionalityHelper
|
|||||||
batch_id = batch_start.params[0][1:]
|
batch_id = batch_start.params[0][1:]
|
||||||
# batch id MUST be alphanumerics and hyphens
|
# batch id MUST be alphanumerics and hyphens
|
||||||
self.assertTrue(re.match(r'^[A-Za-z0-9\-]+$', batch_id) is not None, 'batch id must be alphanumerics and hyphens, got %r' % (batch_id,))
|
self.assertTrue(re.match(r'^[A-Za-z0-9\-]+$', batch_id) is not None, 'batch id must be alphanumerics and hyphens, got %r' % (batch_id,))
|
||||||
self.assertEqual(batch_start.params[1], 'draft/labeled-response-0.2')
|
self.assertEqual(batch_start.params[1], 'draft/labeled-response')
|
||||||
self.assertEqual(batch_start.tags.get('draft/label'), '12345')
|
self.assertEqual(batch_start.tags.get('draft/label'), '12345')
|
||||||
|
|
||||||
# valid BATCH end line
|
# valid BATCH end line
|
||||||
|
Reference in New Issue
Block a user