Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.0, 1.2.1, 1.3.0
-
None
Description
The test programs in server/core/test use ss_info_assert for testing that results are what they are expected to be.
Since ss_info_assert is compiled out in release mode, they don't test anything in that case and also cause compile time warnings (about variables being unused).
There should be en equivalent macro, say MD_CHECK or MD_VERIFY that are always active.