fixed newline at end of file.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1218 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2002-09-28 00:19:49 +00:00
parent da199a7e78
commit 140df892f3
6 changed files with 12 additions and 12 deletions
@@ -1,5 +1,5 @@
/*
$Id: PropertyConstructionTest.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
$Id: PropertyConstructionTest.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
This file defines a class for performing one test of BPropertyInfo
functionality.
@@ -1,5 +1,5 @@
/*
$Id: PropertyFindMatchTest.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
$Id: PropertyFindMatchTest.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
This file defines a class for performing one test of BPropertyInfo
functionality.
@@ -1,5 +1,5 @@
/*
$Id: PropertyFlattenTest.cpp,v 1.3 2002/08/22 03:15:35 jrand Exp $
$Id: PropertyFlattenTest.cpp,v 1.4 2002/09/28 00:19:49 shatty Exp $
This file implements the flatten test for the OpenBeOS BPropertyInfo code.
This class tests the following usecases:
@@ -1,5 +1,5 @@
/*
$Id: PropertyFlattenTest.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
$Id: PropertyFlattenTest.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
This file defines a class for performing one test of BPropertyInfo
functionality.
@@ -1,5 +1,5 @@
/*
$Id: PropertyTestcase.cpp,v 1.2 2002/08/22 03:15:35 jrand Exp $
$Id: PropertyTestcase.cpp,v 1.3 2002/09/28 00:19:49 shatty Exp $
This file implements the first test for the OpenBeOS BPropertyInfo code.
It tests the Construction use cases. It does so by doing the following:
@@ -1,5 +1,5 @@
/*
$Id: PropertyTestcase.h,v 1.2 2002/08/22 03:15:35 jrand Exp $
$Id: PropertyTestcase.h,v 1.3 2002/09/28 00:19:49 shatty Exp $
This file defines a base class for performing all tests of BPropertyInfo
functionality.