mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 07:31:28 +00:00
Previously a CPPredicate created with format `value == nil` was converted back to `value == <CPNull @ xxxx>` This patch ensures `predicateFormat` returns `value == nil` Test added in CPPredicateTest.j
Requires objj be installed, as well as ojunit, located at http://github.com/cappuccino/ojunit
Run individual tests using a command similar to the following:
objj ojunit/OJTestRunnerText.j cappuccino/Tests/Foundation/CPDateTest.j