Author: AlbrechtS
Date: 2009-07-01 08:57:08 -0700 (Wed, 01 Jul 2009)
New Revision: 6815
Log:
set properties on unittest files
Modified:
branches/branch-1.3/test/unittest_about.cxx
branches/branch-1.3/test/unittest_circles.cxx
branches/branch-1.3/test/unittest_images.cxx
branches/branch-1.3/test/unittest_lines.cxx
branches/branch-1.3/test/unittest_points.cxx
branches/branch-1.3/test/unittest_rects.cxx
branches/branch-1.3/test/unittest_text.cxx
branches/branch-1.3/test/unittest_viewport.cxx
Modified: branches/branch-1.3/test/unittest_about.cxx
===================================================================
--- branches/branch-1.3/test/unittest_about.cxx 2009-07-01 15:47:45 UTC (rev
6814)
+++ branches/branch-1.3/test/unittest_about.cxx 2009-07-01 15:57:08 UTC (rev
6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
@@ -65,5 +65,5 @@
UnitTest about("About...", About::create);
//
-// End of "$Id: $".
+// End of "$Id$".
//
Property changes on: branches/branch-1.3/test/unittest_about.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/test/unittest_circles.cxx
===================================================================
--- branches/branch-1.3/test/unittest_circles.cxx 2009-07-01 15:47:45 UTC
(rev 6814)
+++ branches/branch-1.3/test/unittest_circles.cxx 2009-07-01 15:57:08 UTC
(rev 6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
@@ -95,5 +95,5 @@
UnitTest circle("circles and arcs", CircleTest::create);
//
-// End of "$Id: $"
+// End of "$Id$"
//
Property changes on: branches/branch-1.3/test/unittest_circles.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/test/unittest_images.cxx
===================================================================
--- branches/branch-1.3/test/unittest_images.cxx 2009-07-01 15:47:45 UTC
(rev 6814)
+++ branches/branch-1.3/test/unittest_images.cxx 2009-07-01 15:57:08 UTC
(rev 6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
@@ -107,5 +107,5 @@
UnitTest images("drawing images", ImageTest::create);
//
-// End of "$Id: $"
+// End of "$Id$"
//
Property changes on: branches/branch-1.3/test/unittest_images.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/test/unittest_lines.cxx
===================================================================
--- branches/branch-1.3/test/unittest_lines.cxx 2009-07-01 15:47:45 UTC (rev
6814)
+++ branches/branch-1.3/test/unittest_lines.cxx 2009-07-01 15:57:08 UTC (rev
6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
@@ -71,5 +71,5 @@
UnitTest lines("drawing lines", LineTest::create);
//
-// End of "$Id: $"
+// End of "$Id$"
//
Property changes on: branches/branch-1.3/test/unittest_lines.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/test/unittest_points.cxx
===================================================================
--- branches/branch-1.3/test/unittest_points.cxx 2009-07-01 15:47:45 UTC
(rev 6814)
+++ branches/branch-1.3/test/unittest_points.cxx 2009-07-01 15:57:08 UTC
(rev 6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $:
+// "$Id$:
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
@@ -65,5 +65,5 @@
UnitTest points("drawing points", PointTest::create);
//
-// End of "$Id: $"
+// End of "$Id$"
//
Property changes on: branches/branch-1.3/test/unittest_points.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/test/unittest_rects.cxx
===================================================================
--- branches/branch-1.3/test/unittest_rects.cxx 2009-07-01 15:47:45 UTC (rev
6814)
+++ branches/branch-1.3/test/unittest_rects.cxx 2009-07-01 15:57:08 UTC (rev
6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
@@ -62,5 +62,5 @@
UnitTest rects("rectangles", RectTest::create);
//
-// End of "$Id: $"
+// End of "$Id$"
//
Property changes on: branches/branch-1.3/test/unittest_rects.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/test/unittest_text.cxx
===================================================================
--- branches/branch-1.3/test/unittest_text.cxx 2009-07-01 15:47:45 UTC (rev
6814)
+++ branches/branch-1.3/test/unittest_text.cxx 2009-07-01 15:57:08 UTC (rev
6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
@@ -93,5 +93,5 @@
UnitTest textExtents("rendering text", TextExtentsTest::create);
//
-// End of "$Id: $"
+// End of "$Id$"
//
Property changes on: branches/branch-1.3/test/unittest_text.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
Modified: branches/branch-1.3/test/unittest_viewport.cxx
===================================================================
--- branches/branch-1.3/test/unittest_viewport.cxx 2009-07-01 15:47:45 UTC
(rev 6814)
+++ branches/branch-1.3/test/unittest_viewport.cxx 2009-07-01 15:57:08 UTC
(rev 6815)
@@ -1,5 +1,5 @@
//
-// "$Id: $"
+// "$Id$"
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
Property changes on: branches/branch-1.3/test/unittest_viewport.cxx
___________________________________________________________________
Name: svn:keywords
+ author date id revision
Name: svn:eol-style
+ native
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit