| Summary: | No string interpolation when expected in t/db_dependent/ImportBatch.t | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | andrew, fridolin.somers, tomascohen, victor |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | 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
|
|
| Circulation function: | |||
| Attachments: |
Bug 29838: Fix string interpolation in ImportBatch.t
Bug 29838: Fix string interpolation in ImportBatch.t |
||
Created attachment 129244 [details] [review] Bug 29838: Fix string interpolation in ImportBatch.t Test plan: Tests should return green 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> Patch obsolete by mistake ? Pushed to master for 22.05, thanks to everybody involved [U+1F984] I see Kyle pushed this to 21.11.x for 21.11.03 Pushed to 21.05.x for 21.05.11 Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed. |
-my $batch3_clean = $dbh->do('SELECT * FROM import_records WHERE import_batch_id = "$id_import_batch3"');