Left out test at the wrong place.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1111 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-09-22 00:15:03 +00:00
parent 92a1f24167
commit ab4697fd0f
1 changed files with 2 additions and 2 deletions

View File

@ -758,7 +758,7 @@ public:
void FindAppTester::FindAppTestB9()
{
FileWithTypeCaller caller;
for (int32 i = 1; i < commonTestFunctionCount; i++) {
for (int32 i = 0; i < commonTestFunctionCount; i++) {
NextSubTest();
(*commonTestFunctions[i])(caller);
tearDown();
@ -789,7 +789,7 @@ public:
void FindAppTester::FindAppTestB10()
{
SniffFileTypeCaller caller;
for (int32 i = 0; i < commonTestFunctionCount; i++) {
for (int32 i = 1; i < commonTestFunctionCount; i++) {
NextSubTest();
(*commonTestFunctions[i])(caller);
tearDown();