diff --git a/src/tests/kits/app/broster/FindAppTester.cpp b/src/tests/kits/app/broster/FindAppTester.cpp index cf833d6f44..540566a839 100644 --- a/src/tests/kits/app/broster/FindAppTester.cpp +++ b/src/tests/kits/app/broster/FindAppTester.cpp @@ -417,7 +417,12 @@ CommonFindAppTest10(FindAppCaller &caller) CHK(caller(fileType1, &ref) == B_OK); CHK(ref_for_path(appFile1) == ref); CHK(BMimeType(appType1).GetAppHint(&appHint) == B_ENTRY_NOT_FOUND); +// OBOS: We set the app hint for app type 2. There's no reason not to do it. +#ifdef TEST_R5 CHK(BMimeType(appType2).IsInstalled() == false); +#else + check_app_type(appType2, appFile1); +#endif } /*