Koha/t/db_dependent/Acquisition
Tomas Cohen Arazi b46418478e
Bug 34043: Remove incorrect spaces
This bug looked cool and safe, but tests highlighted that the
(introduced) newlines were translated into spaces, which is not correct
in the CSV format (i.e. q{"Column 1" , "Column 2"} is not really
correct).

Also, the double quotes were forcibly introduced (semi-correct) but the
tests weren't adjusted.

We should really stop using templates for generating CSV, and use a
library for the task instead of manually crafting them. But that's for
another bug report.

This patch:

* Removes extra spaces in TT-generated CSV headers
* Adjusts the tests to the new format introduced by this report

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-09-04 09:30:18 -03:00
..
CancelReceipt.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
close_reopen_basket.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
FillWithDefaultValues.t Bug 24276: Add unit tests for mandatory parameter of FillWithDefaultValues 2020-03-24 11:23:11 +00:00
GetBasketAsCSV.t Bug 34043: Remove incorrect spaces 2023-09-04 09:30:18 -03:00
GetBasketGroupAsCSV.t Bug 34043: Remove incorrect spaces 2023-09-04 09:30:18 -03:00
GetBasketsInfosByBookseller.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
GetOrdersByBiblionumber.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Invoices.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
NewOrder.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
OrderFromSubscription.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
OrderUsers.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
populate_order_with_prices.t Bug 29955: Move populate_order_with_prices to Koha namespace 2022-08-19 15:47:51 -03:00
StandingOrders.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
TransferOrder.t Bug 11844: Add tests 2023-05-16 12:58:38 +02:00