diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-01 15:57:08 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-07-01 15:57:08 +0000 |
| commit | a3a4086f12e9a3324dbe4a7662d0639e89719382 (patch) | |
| tree | 18efe8ae6ca71a2c626bbf402ba619bbf6939540 /test | |
| parent | d34e9521ec072f8290ec609a7f393706cc705766 (diff) | |
set properties on unittest files
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6815 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/unittest_about.cxx | 4 | ||||
| -rw-r--r-- | test/unittest_circles.cxx | 4 | ||||
| -rw-r--r-- | test/unittest_images.cxx | 4 | ||||
| -rw-r--r-- | test/unittest_lines.cxx | 4 | ||||
| -rw-r--r-- | test/unittest_points.cxx | 4 | ||||
| -rw-r--r-- | test/unittest_rects.cxx | 4 | ||||
| -rw-r--r-- | test/unittest_text.cxx | 4 | ||||
| -rw-r--r-- | test/unittest_viewport.cxx | 2 |
8 files changed, 15 insertions, 15 deletions
diff --git a/test/unittest_about.cxx b/test/unittest_about.cxx index 50ceb2e9b..4662ad5eb 100644 --- a/test/unittest_about.cxx +++ b/test/unittest_about.cxx @@ -1,5 +1,5 @@ // -// "$Id: $" +// "$Id$" // // Unit tests for the Fast Light Tool Kit (FLTK). // @@ -65,5 +65,5 @@ public: UnitTest about("About...", About::create); // -// End of "$Id: $". +// End of "$Id$". // diff --git a/test/unittest_circles.cxx b/test/unittest_circles.cxx index d8d3fb4fb..d6513cf42 100644 --- a/test/unittest_circles.cxx +++ b/test/unittest_circles.cxx @@ -1,5 +1,5 @@ // -// "$Id: $" +// "$Id$" // // Unit tests for the Fast Light Tool Kit (FLTK). // @@ -95,5 +95,5 @@ public: UnitTest circle("circles and arcs", CircleTest::create); // -// End of "$Id: $" +// End of "$Id$" // diff --git a/test/unittest_images.cxx b/test/unittest_images.cxx index 2859c6434..6ec0cca70 100644 --- a/test/unittest_images.cxx +++ b/test/unittest_images.cxx @@ -1,5 +1,5 @@ // -// "$Id: $" +// "$Id$" // // 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); // -// End of "$Id: $" +// End of "$Id$" // diff --git a/test/unittest_lines.cxx b/test/unittest_lines.cxx index 8658a9713..c09c10c48 100644 --- a/test/unittest_lines.cxx +++ b/test/unittest_lines.cxx @@ -1,5 +1,5 @@ // -// "$Id: $" +// "$Id$" // // Unit tests for the Fast Light Tool Kit (FLTK). // @@ -71,5 +71,5 @@ public: UnitTest lines("drawing lines", LineTest::create); // -// End of "$Id: $" +// End of "$Id$" // diff --git a/test/unittest_points.cxx b/test/unittest_points.cxx index 5d84a868a..059c4a3b0 100644 --- a/test/unittest_points.cxx +++ b/test/unittest_points.cxx @@ -1,5 +1,5 @@ // -// "$Id: $: +// "$Id$: // // Unit tests for the Fast Light Tool Kit (FLTK). // @@ -65,5 +65,5 @@ public: UnitTest points("drawing points", PointTest::create); // -// End of "$Id: $" +// End of "$Id$" // diff --git a/test/unittest_rects.cxx b/test/unittest_rects.cxx index 0a7e06d5b..79365e572 100644 --- a/test/unittest_rects.cxx +++ b/test/unittest_rects.cxx @@ -1,5 +1,5 @@ // -// "$Id: $" +// "$Id$" // // Unit tests for the Fast Light Tool Kit (FLTK). // @@ -62,5 +62,5 @@ public: UnitTest rects("rectangles", RectTest::create); // -// End of "$Id: $" +// End of "$Id$" // diff --git a/test/unittest_text.cxx b/test/unittest_text.cxx index 231e22dbe..d882e6bc2 100644 --- a/test/unittest_text.cxx +++ b/test/unittest_text.cxx @@ -1,5 +1,5 @@ // -// "$Id: $" +// "$Id$" // // Unit tests for the Fast Light Tool Kit (FLTK). // @@ -93,5 +93,5 @@ public: UnitTest textExtents("rendering text", TextExtentsTest::create); // -// End of "$Id: $" +// End of "$Id$" // diff --git a/test/unittest_viewport.cxx b/test/unittest_viewport.cxx index 5c10ad7a3..e03a5b4cf 100644 --- a/test/unittest_viewport.cxx +++ b/test/unittest_viewport.cxx @@ -1,5 +1,5 @@ // -// "$Id: $" +// "$Id$" // // Unit tests for the Fast Light Tool Kit (FLTK). // |
