cc-ar-emr / Open-O

Open-O development code, Conestoga College Applied Research
GNU General Public License v2.0
1 stars 1 forks source link

Fix bullfrog unit tests #23

Open sebastian-j-ibanez opened 2 weeks ago

sebastian-j-ibanez commented 2 weeks ago

After the last few PRs, unit tests on bullfrog are failing.

Here is the results of running the test suite: [ERROR] Tests run: 3619, Failures: 411, Errors: 0, Skipped: 959

The 3 most common test failures look like this:

sebastian-j-ibanez commented 6 days ago

After solving the hibernate issue in commit 7268db8, the BaseLoginModuleTest was throwing a NullPointerException.

This has been fixed in b2acd0a by adding a null check in the BaseLoginModule.logout() function.