From f23a7eea7a75ed3f0b6e7b09d742b0d96e79caea Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Wed, 11 Jul 2018 11:53:46 +0200 Subject: [PATCH] dev #70619 fix failure --- tests/fixtures/ChamberyKohaFixtures.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/fixtures/ChamberyKohaFixtures.php b/tests/fixtures/ChamberyKohaFixtures.php index 817728abae4..d7d6f435813 100644 --- a/tests/fixtures/ChamberyKohaFixtures.php +++ b/tests/fixtures/ChamberyKohaFixtures.php @@ -92,7 +92,7 @@ class ChamberyKohaFixtures { <cn_sort>643_000000000000000_CAU</cn_sort> <dateaccessioned>2007-02-23</dateaccessioned> <onloan>2017-02-21</onloan> - <renewals>28</renewals> + <renewals>1</renewals> <price>35.00</price> <isbn>2-212-11624-1</isbn> <notforloan>0</notforloan> @@ -154,7 +154,7 @@ class ChamberyKohaFixtures { <datecreated>2016-12-19</datecreated> <date_due_sql>2017-02-21 23:59:00</date_due_sql> <onloan>2017-02-21</onloan> - <renewals>28</renewals> + <renewals>1</renewals> <price>18.00</price> <damaged>0</damaged> <issues>1</issues> @@ -208,7 +208,7 @@ class ChamberyKohaFixtures { <permanent_location>101</permanent_location> <issues>1</issues> <onloan>2017-02-21</onloan> - <renewals>28</renewals> + <renewals>1</renewals> <price>16.00</price> <isbn>978-2-212-12329-6</isbn> <notforloan>0</notforloan> @@ -496,6 +496,7 @@ class ChamberyKohaFixtures { <frameworkcode></frameworkcode> <barcode>00519000083096</barcode> <onhold>1</onhold> + <renewals>28</renewals> <publicationyear>2004</publicationyear> <location>Romans enfant</location> <withdrawn>0</withdrawn> -- GitLab