Searched refs:invalidTestType (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp40 static const char *invalidTestType = "invalid-mime-type"; variable
410 CHK(nodeInfo.SetType(invalidTestType) == B_OK);
414 CHK(strcmp(invalidTestType, type) == 0);
415 CheckTypeAttr(node, invalidTestType);
670 CHK(nodeInfo.SetPreferredApp(invalidTestType) == B_OK);
674 CHK(strcmp(invalidTestType, signature) == 0);
675 CheckPreferredAppAttr(node, invalidTestType);
952 CHK(nodeInfo.SetType(invalidTestType) == B_OK);
H A DAppFileInfoTest.cpp44 static const char *invalidTestType = "invalid/mime/type"; variable
1206 CHK(appFileInfo.SetType(invalidTestType) == B_OK);
1210 CHK(strcmp(invalidTestType, type) == 0);
1211 CheckTypeAttr(file, invalidTestType);
1213 CheckTypeResource(file, invalidTestType);
1314 CHK(appFileInfo.SetSignature(invalidTestType) == B_OK);
1318 CHK(strcmp(invalidTestType, signature) == 0);
1319 CheckSignatureAttr(file, invalidTestType);
1321 CheckSignatureResource(file, invalidTestType);
1683 CHK(invalidTestTypes.AddString("types", invalidTestType)
[all...]

Completed in 90 milliseconds