https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38375

--- Comment #17 from Lari Strand <[email protected]> ---
Could we generate the rules like in the existing test, but with different line
endings and rerun the same tests again?

existing test (Transactions.t line 921):

    my $rules = <<"RULES";
$branch:homebranch:ne:\$holdingbranch:X\r
$branch:effective_itemtype:eq:CD:0\r
$branch:itemcallnumber:<:340:1\r
$branch:itemcallnumber:<:370:2\r
$branch:itemcallnumber:<:600:3\r
$branch2:homebranch:ne:\$holdingbranch:X\r
$branch2:effective_itemtype:eq:CD:4\r
$branch2:itemcallnumber:>:600:5\r
RULES

new test for unix:

$branch:homebranch:ne:\$holdingbranch:X\n
$branch:effective_itemtype:eq:CD:0\n
$branch:itemcallnumber:<:340:1\n
$branch:itemcallnumber:<:370:2\n
$branch:itemcallnumber:<:600:3\n
$branch2:homebranch:ne:\$holdingbranch:X\n
$branch2:effective_itemtype:eq:CD:4\n
$branch2:itemcallnumber:>:600:5\n
RULES

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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