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

View File

@ -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.
@ -42,4 +42,4 @@ public:
virtual ~PropertyConstructionTest();
};
#endif
#endif

View File

@ -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.
@ -42,4 +42,4 @@ public:
virtual ~PropertyFindMatchTest();
};
#endif
#endif

View File

@ -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:
@ -80,4 +80,4 @@
PropertyFlattenTestCaller;
return(new PropertyFlattenTestCaller("BPropertyInfo::Flatten Test", &PropertyFlattenTest::PerformTest));
}
}

View File

@ -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.
@ -34,4 +34,4 @@ public:
virtual ~PropertyFlattenTest();
};
#endif
#endif

View File

@ -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:
@ -614,4 +614,4 @@ const uint32 PropertyTestcase::wildcardSpecifierTests[] = { uniqueSpecifier,
theTests[i].bflat_data);
delete propTest;
}
}
}

View File

@ -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.
@ -47,4 +47,4 @@ public:
virtual ~PropertyTestcase();
};
#endif
#endif