Bugzilla – Attachment 57689 Details for
Bug 17278
Limit to available items returns 0 results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17278: Fix test compilation errors
Bug-17278-Fix-test-compilation-errors.patch (text/plain), 1.25 KB, created by
Jonathan Druart
on 2016-11-22 07:34:28 UTC
(
hide
)
Description:
Bug 17278: Fix test compilation errors
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-22 07:34:28 UTC
Size:
1.25 KB
patch
obsolete
>From 4940aee4df86cfc8966f734fb8c23d59346d0018 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 22 Nov 2016 07:33:50 +0000 >Subject: [PATCH] Bug 17278: Fix test compilation errors > >--- > t/db_dependent/Search.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t >index 86b4612..fd9ad98 100644 >--- a/t/db_dependent/Search.t >+++ b/t/db_dependent/Search.t >@@ -612,7 +612,7 @@ if ( $indexing_mode eq 'dom' ) { > ( $error, $query, $simple_query, $query_cgi, > $query_desc, $limit, $limit_cgi, $limit_desc, > $query_type ) = buildQuery([], [ 'ccl=an:42' ], [], ['available'], [], 0, 'en'); >- is( $query, 'an:42 and ( ( allrecords,AlwaysMatches:'' not onloan,AlwaysMatches:'') and (lost,st-numeric=0) )', 'buildQuery should add the available part to the query if requested with ccl' ); >+ is( $query, "an:42 and ( ( allrecords,AlwaysMatches:'' not onloan,AlwaysMatches:'') and (lost,st-numeric=0) )", 'buildQuery should add the available part to the query if requested with ccl' ); > is( $query_desc, 'an:42', 'buildQuery should remove the available part from the query' ); > > # Let's see what happens when we pass bad data into these routines. >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17278
:
55337
|
55968
|
55972
|
56566
|
56567
|
57626
|
57627
|
57689
|
57710
|
57711
|
57712