Home
last modified time | relevance | path

Searched refs:expect_tag_str (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/apitests/apphelp/
H A Dapphelp.c823 expect_tag_str(pattrinfo, TAG_PRODUCT_VERSION, PRODUCT_VERSION); in test_ApplicationAttributes()
824 expect_tag_str(pattrinfo, TAG_FILE_DESCRIPTION, FILE_DESCRIPTION); in test_ApplicationAttributes()
825 expect_tag_str(pattrinfo, TAG_COMPANY_NAME, COMPANY_NAME); in test_ApplicationAttributes()
826 expect_tag_str(pattrinfo, TAG_PRODUCT_NAME, PRODUCT_NAME); in test_ApplicationAttributes()
827 expect_tag_str(pattrinfo, TAG_FILE_VERSION, FILE_VERSION); in test_ApplicationAttributes()
828 expect_tag_str(pattrinfo, TAG_ORIGINAL_FILENAME, ORIGINAL_FILENAME); in test_ApplicationAttributes()
829 expect_tag_str(pattrinfo, TAG_INTERNAL_NAME, INTERNAL_NAME); in test_ApplicationAttributes()
830 expect_tag_str(pattrinfo, TAG_LEGAL_COPYRIGHT, LEGAL_COPYRIGHT); in test_ApplicationAttributes()
844 expect_tag_str(pattrinfo, TAG_EXPORT_NAME, EXPORT_NAME); in test_ApplicationAttributes()
933 expect_tag_str(pattrinfo, TAG_16BIT_DESCRIPTION, OS2_DESCRIPTION); in test_ApplicationAttributes()
[all …]