GitHub user cmarcelk opened a pull request: https://github.com/apache/incubator-cordova-mobile-spec/pull/13
Remove filter when fetching contacts See https://issues.apache.org/jira/browse/CB-1682 This is a one-line change. I removed the filter when fetching contacts in the non-automatic test. Because there has been no indicator that filtering was happening before now, the results were misleading. The results should now be more in line with a user's expectations. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmarcelk/incubator-cordova-mobile-spec CB-1682 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-mobile-spec/pull/13.patch ---- commit e6e840b2a53cd1bfa75bc49355abf82c52d0ebf6 Author: Marcel Kinard <cmarc...@gmail.com> Date: 2012-10-19T09:11:31-07:00 Remove filter when fetching contacts ----