/**
  * test sync with non existing collection id
  */
 public function testCreatePolicy()
 {
     $policy = $this->_policyBackend->create(new ActiveSync_Model_Policy(array('name' => 'test policy', 'description' => 'this is a test policy', 'policy_key' => Tinebase_Record_Abstract::generateUID())));
     #var_dump($policy);
     return $policy;
 }