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);
433 // CHK(strcmp(tooLongTestType, type) == 0);
434 CheckTypeAttr(node, tooLongTestType);
436 CHK(nodeInfo.SetType(tooLongTestType) == B_BAD_VALUE);
686 CHK(nodeInfo.SetPreferredApp(tooLongTestType) == B_BAD_VALUE);
H A DAppFileInfoTest.cpp45 static const char *tooLongTestType = variable
1224 CHK(appFileInfo.SetType(tooLongTestType) == B_BAD_VALUE);
1332 CHK(appFileInfo.SetSignature(tooLongTestType) == B_BAD_VALUE);
2615 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconM1, B_MINI_ICON)
2617 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconL1, B_LARGE_ICON)

Completed in 85 milliseconds