LemonLDAPNG / apache-session-mongodb

Implementation of Apache::Session which uses MongoDB as backend
https://metacpan.org/pod/Apache::Session::MongoDB
Other
2 stars 2 forks source link

Fix unit test count #13

Closed maxbes closed 3 years ago

maxbes commented 3 years ago

Unfortunately I made a mistake in the unit test for #11 Version 0.22 cannot be installed from CPAN:

unless you set a MONGODB_SERVER variable to run all unit tests:

t/Apache-Session-MongoDB.t (Wstat: 65280 Tests: 11 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 24 tests but ran 11.

I have tested this fix both with/without MONGODB_SERVER. Sorry for the inconvenience