Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp41 static const char *tooLongTestType = variable
428 CHK(nodeInfo.SetType(tooLongTestType) == B_OK); in TypeTest()
434 CheckTypeAttr(node, tooLongTestType); in TypeTest()
436 CHK(nodeInfo.SetType(tooLongTestType) == B_BAD_VALUE); in TypeTest()
686 CHK(nodeInfo.SetPreferredApp(tooLongTestType) == B_BAD_VALUE); in PreferredAppTest()
H A DAppFileInfoTest.cpp45 static const char *tooLongTestType = variable
1224 CHK(appFileInfo.SetType(tooLongTestType) == B_BAD_VALUE); in TypeTest()
1332 CHK(appFileInfo.SetSignature(tooLongTestType) == B_BAD_VALUE); in SignatureTest()
2615 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconM1, B_MINI_ICON) in IconForTypeTest()
2617 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconL1, B_LARGE_ICON) in IconForTypeTest()