Bug 29838

Summary: No string interpolation when expected in t/db_dependent/ImportBatch.t
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: andrewfh, fridolin.somers, tomascohen, victor
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.05.00,21.11.03,21.05.11
Attachments: Bug 29838: Fix string interpolation in ImportBatch.t
Bug 29838: Fix string interpolation in ImportBatch.t

Description Jonathan Druart 2022-01-10 11:03:56 UTC
-my $batch3_clean = $dbh->do('SELECT * FROM import_records WHERE import_batch_id = "$id_import_batch3"');
Comment 1 Jonathan Druart 2022-01-10 11:04:52 UTC
Created attachment 129244 [details] [review]
Bug 29838: Fix string interpolation in ImportBatch.t

Test plan:
Tests should return green
Comment 2 Tomás Cohen Arazi 2022-01-12 18:24:50 UTC
Created attachment 129358 [details] [review]
Bug 29838: Fix string interpolation in ImportBatch.t

Test plan:
Tests should return green

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 3 Fridolin Somers 2022-01-14 07:43:21 UTC
Patch obsolete by mistake ?
Comment 4 Fridolin Somers 2022-01-22 07:40:59 UTC
Pushed to master for 22.05, thanks to everybody involved 🦄
Comment 5 Andrew Fuerste-Henry 2022-02-16 20:56:45 UTC
I see Kyle pushed this to 21.11.x for 21.11.03
Comment 6 Andrew Fuerste-Henry 2022-02-16 20:58:39 UTC
Pushed to 21.05.x for 21.05.11
Comment 7 Victor Grousset/tuxayo 2022-02-21 08:57:30 UTC
Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed.