[Koha-bugs] [Bug 22860] Selenium tests authentication.t does not remove all data it created

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 7 20:57:11 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22860

Bouzid Fergani <bouzid.fergani at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bouzid.fergani at inlibro.com

--- Comment #5 from Bouzid Fergani <bouzid.fergani at inlibro.com> ---
Hi, 
I can't reproduce this issue in the updated master

mysql> select count(*) from borrowers;
+----------+
| count(*) |
+----------+
|    68379 |
+----------+

prove t/db_dependent/selenium/authentication.t
t/db_dependent/selenium/authentication.t .. ok   
All tests successful.
Files=1, Tests=2,  1 wallclock secs ( 0.02 usr  0.00 sys +  1.68 cusr  0.11
csys =  1.81 CPU)
Result: PASS

mysql> select count(*) from borrowers;
+----------+
| count(*) |
+----------+
|    68379 |
+----------+

You can check this please.
Thanks.
Bouzid.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list