Projects:Register SQL Functions/QA
Testing
The test infrastructure has been adapted to replace the usage of the deprecated OBDal.registerSQLFunction method. Now, the new TestDalSessionFactoryController class can be used to register SQL functions for Hibernate within the test infrastructure.
After applying these changes the current set of tests being executed in CI must be enough to ensure that the changes introduced with the project are valid.
Performance
No specific performance test is required for this project.