[PATCH] Support regex in EXPECTED ERR list
From: Prabhu Gnana Sundar <prabhugs_at_collab.net>
Date: Wed, 23 Jan 2013 13:08:50 +0530
Hi,
Just while writing test cases for the svnadmin verify --keep-going
This patch would support regex in the entries of the EXPECTED ERR list.
Example:
Expected err = ["* Verified revision 1.",
Actual err = ["* Verified revision 1.",
The above Expected err and Actual err would match successfully.
Earlier, only *exact* entries in the list were checked for match and hence
But here, the entry in the EXPECTED ERR list is expected to start with
Attaching the log message and the patch with this mail.
Thanks and regards
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.