From 140df892f3d234b7b4bc80a5228237fae4e234d0 Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 28 Sep 2002 00:19:49 +0000 Subject: [PATCH] fixed newline at end of file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1218 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.h | 4 ++-- src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.h | 4 ++-- src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp | 4 ++-- src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.h | 4 ++-- src/tests/kits/app/bpropertyinfo/PropertyTestcase.cpp | 4 ++-- src/tests/kits/app/bpropertyinfo/PropertyTestcase.h | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.h b/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.h index 6e2904c81a..4a433d25a6 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.h +++ b/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.h @@ -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 \ No newline at end of file +#endif diff --git a/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.h b/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.h index 8b29c0d93d..cb9682eeb4 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.h +++ b/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.h @@ -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 \ No newline at end of file +#endif diff --git a/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp b/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp index 140d5f2af9..96e1077180 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp +++ b/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp @@ -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)); - } \ No newline at end of file + } diff --git a/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.h b/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.h index 0008cd4ad8..e0db8c8ce6 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.h +++ b/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.h @@ -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 \ No newline at end of file +#endif diff --git a/src/tests/kits/app/bpropertyinfo/PropertyTestcase.cpp b/src/tests/kits/app/bpropertyinfo/PropertyTestcase.cpp index 3cbeaa5340..658956047e 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyTestcase.cpp +++ b/src/tests/kits/app/bpropertyinfo/PropertyTestcase.cpp @@ -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; } -} \ No newline at end of file +} diff --git a/src/tests/kits/app/bpropertyinfo/PropertyTestcase.h b/src/tests/kits/app/bpropertyinfo/PropertyTestcase.h index 61ab795671..145365359f 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyTestcase.h +++ b/src/tests/kits/app/bpropertyinfo/PropertyTestcase.h @@ -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 \ No newline at end of file +#endif