http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14646

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41391|0                           |1
        is obsolete|                            |
  Attachment #41392|0                           |1
        is obsolete|                            |

--- Comment #5 from Jonathan Druart <[email protected]> 
---
Created attachment 41655
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41655&action=edit
Bug 14646: (regression test) Koha::RecordProcessor only accepts one filter at a
time

This patch introduces new tests to t/RecordProcessor.t so it tests for
creating processors with more than one filter. It does so by running

    my $processor = new Koha::RecordProcessor({
                            filters => ['Null','Dummy']
                        });

and testing the results.

To test:
- Apply the patch
- Run:
  $ prove t/RecordProcessor.t
=> FAIL: tests related to multiple filters fail.

Signed-off-by: Mark Tompsett <[email protected]>

Signed-off-by: Jonathan Druart <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to