ok(propset_count==1,"Expected propset_count of 1 but got %d\n",propset_count);
ok(propsets->rgProperties[0].dwPropertyID==TEST_PROPID,"Expected property ID of 0x%x, but got 0x%x\n",TEST_PROPID,propsets->rgProperties[0].dwPropertyID);
ok(propsets->rgProperties[0].dwOptions==DBPROPOPTIONS_REQUIRED,"Expected property options of 0x%x, but got 0x%x\n",DBPROPOPTIONS_REQUIRED,propsets->rgProperties[0].dwOptions);
ok(propsets->rgProperties[0].dwStatus==S_OK,"Expected property options of 0x%x, but got 0x%x\n",S_OK,propsets->rgProperties[0].dwStatus);
ok(propsets->rgProperties[0].colid.eKind==DBKIND_GUID_NAME,"Expected property colid kind of DBKIND_GUID_NAME, but got %d\n",propsets->rgProperties[0].colid.eKind);