Skip to content

Commit

Permalink
set properties on unittest files
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6815 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Jul 1, 2009
1 parent d34e952 commit a3a4086
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions test/unittest_about.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $"
// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -65,5 +65,5 @@ class About : public Fl_Help_View {
UnitTest about("About...", About::create);

//
// End of "$Id: $".
// End of "$Id$".
//
4 changes: 2 additions & 2 deletions test/unittest_circles.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $"
// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -95,5 +95,5 @@ class CircleTest : public Fl_Box {
UnitTest circle("circles and arcs", CircleTest::create);

//
// End of "$Id: $"
// End of "$Id$"
//
4 changes: 2 additions & 2 deletions test/unittest_images.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $"
// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -107,5 +107,5 @@ Fl_RGB_Image *ImageTest::i_ga = 0;
UnitTest images("drawing images", ImageTest::create);

//
// End of "$Id: $"
// End of "$Id$"
//
4 changes: 2 additions & 2 deletions test/unittest_lines.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $"
// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -71,5 +71,5 @@ class LineTest : public Fl_Box {
UnitTest lines("drawing lines", LineTest::create);

//
// End of "$Id: $"
// End of "$Id$"
//
4 changes: 2 additions & 2 deletions test/unittest_points.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $:
// "$Id$:
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -65,5 +65,5 @@ class PointTest : public Fl_Box {
UnitTest points("drawing points", PointTest::create);

//
// End of "$Id: $"
// End of "$Id$"
//
4 changes: 2 additions & 2 deletions test/unittest_rects.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $"
// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -62,5 +62,5 @@ class RectTest : public Fl_Box {
UnitTest rects("rectangles", RectTest::create);

//
// End of "$Id: $"
// End of "$Id$"
//
4 changes: 2 additions & 2 deletions test/unittest_text.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $"
// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -93,5 +93,5 @@ class TextExtentsTest : public Fl_Widget
UnitTest textExtents("rendering text", TextExtentsTest::create);

//
// End of "$Id: $"
// End of "$Id$"
//
2 changes: 1 addition & 1 deletion test/unittest_viewport.cxx
@@ -1,5 +1,5 @@
//
// "$Id: $"
// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Expand Down

0 comments on commit a3a4086

Please sign in to comment.