* added new lines add end of file

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21899 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer 2007-08-12 09:05:48 +00:00
parent acf1c6ada3
commit 62c7fd0f79
2 changed files with 4 additions and 2 deletions

View File

@ -295,4 +295,5 @@ ArchivePictureTest::SaveAndRestore(BPicture *picture)
return NULL;
return archivedPicture;
}
}

View File

@ -122,4 +122,5 @@ TestCase gTestCases[] = {
{ "Test Record And Play Picture With Offset", testRecordAndPlayPictureWithOffset },
{ "Test Draw Bitmap", testBitmap },
{ NULL, NULL }
};
};