Comment 12 for bug 1552778

Revision history for this message
Kathy Lussier (klussier) wrote :

I did some light testing on this branch following the test plans in Galen's commit messages. Checking out items with hourly and daily circ rules, both with and without using the specific due date picker, worked as expected. However, I encountered some issues.

1. When running make check, I did encounter failures with 14-OpenILS-Utils.t.

t/14-OpenILS-Utils.t .......................... 7/43 Cannot determine local time zone
# Looks like your test exited with 2 just after 41.
t/14-OpenILS-Utils.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/43 subtests

Test Summary Report
-------------------
t/14-OpenILS-Utils.t (Wstat: 512 Tests: 41 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan. You planned 43 tests but ran 41.
Files=25, Tests=3236, 22 wallclock secs ( 0.68 usr 0.07 sys + 18.92 cusr 2.96 csys = 22.63 CPU)
Result: FAIL
Failed 1/25 test programs. 0/3236 subtests failed.

2. Working on a laptop with a resolution of 1366x768, the Submit button is falling below the barcode entry box. See the screencast at http://www.screencast.com/t/rSBAqnRE2bwN. It appears as if the specific due date options have shifted a bit to the left. Since the time picker appears below the due date picker, I think these could shift back to the right to make more run for the barcode entry box.

3. When I scan items to checkout, the details no longer immediately populate the grid row in the check out tab. However, if I move to another tab, like Items Out, and then return to the Check out tab, the details appear.

Thanks Galen!