set properties on unittest files

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6815 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2009-07-01 15:57:08 +00:00
parent d34e9521ec
commit a3a4086f12
8 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $" // "$Id$"
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //
@@ -65,5 +65,5 @@ public:
UnitTest about("About...", About::create); UnitTest about("About...", About::create);
// //
// End of "$Id: $". // End of "$Id$".
// //
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $" // "$Id$"
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //
@@ -95,5 +95,5 @@ public:
UnitTest circle("circles and arcs", CircleTest::create); UnitTest circle("circles and arcs", CircleTest::create);
// //
// End of "$Id: $" // End of "$Id$"
// //
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $" // "$Id$"
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //
@@ -107,5 +107,5 @@ Fl_RGB_Image *ImageTest::i_ga = 0;
UnitTest images("drawing images", ImageTest::create); UnitTest images("drawing images", ImageTest::create);
// //
// End of "$Id: $" // End of "$Id$"
// //
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $" // "$Id$"
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //
@@ -71,5 +71,5 @@ public:
UnitTest lines("drawing lines", LineTest::create); UnitTest lines("drawing lines", LineTest::create);
// //
// End of "$Id: $" // End of "$Id$"
// //
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $: // "$Id$:
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //
@@ -65,5 +65,5 @@ public:
UnitTest points("drawing points", PointTest::create); UnitTest points("drawing points", PointTest::create);
// //
// End of "$Id: $" // End of "$Id$"
// //
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $" // "$Id$"
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //
@@ -62,5 +62,5 @@ public:
UnitTest rects("rectangles", RectTest::create); UnitTest rects("rectangles", RectTest::create);
// //
// End of "$Id: $" // End of "$Id$"
// //
+2 -2
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $" // "$Id$"
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //
@@ -93,5 +93,5 @@ public:
UnitTest textExtents("rendering text", TextExtentsTest::create); UnitTest textExtents("rendering text", TextExtentsTest::create);
// //
// End of "$Id: $" // End of "$Id$"
// //
+1 -1
View File
@@ -1,5 +1,5 @@
// //
// "$Id: $" // "$Id$"
// //
// Unit tests for the Fast Light Tool Kit (FLTK). // Unit tests for the Fast Light Tool Kit (FLTK).
// //