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:
parent
92a1f24167
commit
ab4697fd0f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user