|
From: <dav...@us...> - 2012-07-19 05:10:49
|
Revision: 959
http://instantobjects.svn.sourceforge.net/instantobjects/revision/?rev=959&view=rev
Author: davidvtaylor
Date: 2012-07-19 05:10:42 +0000 (Thu, 19 Jul 2012)
Log Message:
-----------
* Fix mixed CR LF/LF line endings
Modified Paths:
--------------
trunk/Tests/MinimalModel.pas
trunk/Tests/TestInstantObjectReference.pas
trunk/Tests/ubmock/tests/TestMock.pas
Modified: trunk/Tests/MinimalModel.pas
===================================================================
--- trunk/Tests/MinimalModel.pas 2012-02-14 15:19:08 UTC (rev 958)
+++ trunk/Tests/MinimalModel.pas 2012-07-19 05:10:42 UTC (rev 959)
@@ -24,7 +24,7 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
- * Steven Mitchell
+ * Steven Mitchell
*
* ***** END LICENSE BLOCK ***** *)
Modified: trunk/Tests/TestInstantObjectReference.pas
===================================================================
--- trunk/Tests/TestInstantObjectReference.pas 2012-02-14 15:19:08 UTC (rev 958)
+++ trunk/Tests/TestInstantObjectReference.pas 2012-07-19 05:10:42 UTC (rev 959)
@@ -24,8 +24,8 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
- *
*
+ *
* ***** END LICENSE BLOCK ***** *)
unit TestInstantObjectReference;
Modified: trunk/Tests/ubmock/tests/TestMock.pas
===================================================================
--- trunk/Tests/ubmock/tests/TestMock.pas 2012-02-14 15:19:08 UTC (rev 958)
+++ trunk/Tests/ubmock/tests/TestMock.pas 2012-07-19 05:10:42 UTC (rev 959)
@@ -111,6 +111,6 @@
initialization
RegisterTests([TTestMock]);
-
+
end.
|