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
@ -136,4 +136,4 @@ const char *pulsePath = "/boot/apps/Pulse";
DeskbarAddItemTestCaller;
return(new DeskbarAddItemTestCaller("BDeskbar::Add Item Test", &DeskbarAddItemTest::PerformTest));
}
}

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

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
@ -118,4 +118,4 @@
DeskbarGetItemTestCaller;
return(new DeskbarGetItemTestCaller("BDeskbar::Get Item Test", &DeskbarGetItemTest::PerformTest));
}
}

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

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
@ -187,4 +187,4 @@
DeskbarLocationTestCaller;
return(new DeskbarLocationTestCaller("BDeskbar::Location Test", &DeskbarLocationTest::PerformTest));
}
}

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

View File

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