Searched refs:testType2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp38 static const char *testType2 variable
211 testType1, testType2, testType3, testType4,
1170 CHK(appFileInfo.SetType(testType2) == B_OK);
1173 CHK(strcmp(testType2, type) == 0);
1174 CheckTypeAttr(file, testType2);
1176 CheckTypeResource(file, testType2);
1429 CHK(testTypes1.AddString("types", testType2) == B_OK);
1434 BMimeType mimeTestType2(testType2);
1471 CHK(BMimeType(testType2).IsInstalled() == false);
1478 CHK(appFileInfo.IsSupportedType(testType2)
[all...]
H A DNodeInfoTest.cpp39 static const char *testType2 = "application/x-vnd.obos.node-info-test2"; variable
162 testType1, testType2, testAppSignature1, testAppSignature2
378 CHK(nodeInfo.SetType(testType2) == B_OK);
381 CHK(strcmp(testType2, type) == 0);
382 CheckTypeAttr(node, testType2);
H A DMimeTypeTest.cpp49 static const char *testType2 = "text/x-vnd.obos-Storage-Kit-Test2"; variable
589 testType, testType1, testType2, testType3, testType4, testType5,
2343 CHK(msg3.AddString(typesField, testType2) == B_OK);
2346 CHK(msg2.AddString(typesField, testType2) == B_OK);
2351 CHK(msg1b.AddString(typesField, testType2) == B_OK);
4683 CHK(type.SetTo(testType2) == B_OK);
4720 // SniffingTestFile(string(testDir) + "/file10", "", testType2,

Completed in 58 milliseconds