fixed newline at end of file.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1236 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2002-09-28 07:27:00 +00:00
parent f4c91e72e3
commit 4d5fb001b1
7 changed files with 12 additions and 19 deletions

View File

@ -1,5 +1,5 @@
/*
$Id: DeskbarAddItemTest.cpp,v 1.1 2002/09/22 05:27:25 jrand Exp $
$Id: DeskbarAddItemTest.cpp,v 1.2 2002/09/28 07:27:00 shatty Exp $
This file implements tests for the following use cases of BDeskbar:
- Add Item 1

View File

@ -1,5 +1,5 @@
/*
$Id: DeskbarAddItemTest.h,v 1.1 2002/09/22 05:27:25 jrand Exp $
$Id: DeskbarAddItemTest.h,v 1.2 2002/09/28 07:27:00 shatty Exp $
This file defines a class for performing a test of BDeskbar
functionality.

View File

@ -1,5 +1,5 @@
/*
$Id: DeskbarGetItemTest.cpp,v 1.3 2002/09/25 03:24:17 jrand Exp $
$Id: DeskbarGetItemTest.cpp,v 1.4 2002/09/28 07:27:00 shatty Exp $
This file implements tests for the following use cases of BDeskbar:
- Count Items

View File

@ -1,5 +1,5 @@
/*
$Id: DeskbarGetItemTest.h,v 1.2 2002/09/13 03:51:09 jrand Exp $
$Id: DeskbarGetItemTest.h,v 1.3 2002/09/28 07:27:00 shatty Exp $
This file defines a class for performing a test of BDeskbar
functionality.

View File

@ -1,5 +1,5 @@
/*
$Id: DeskbarLocationTest.cpp,v 1.2 2002/09/26 03:27:26 jrand Exp $
$Id: DeskbarLocationTest.cpp,v 1.3 2002/09/28 07:27:00 shatty Exp $
This file implements tests for the following use cases of BDeskbar:
- Frame

View File

@ -1,5 +1,5 @@
/*
$Id: DeskbarLocationTest.h,v 1.1 2002/09/13 03:51:09 jrand Exp $
$Id: DeskbarLocationTest.h,v 1.2 2002/09/28 07:27:00 shatty Exp $
This file defines a class for performing a test of BDeskbar
functionality.

View File

@ -13,10 +13,3 @@ Test *DeskbarTestSuite()
return(testSuite);
}