]> git.wincent.com - WOTest.git/commitdiff
Remove embedded svn:keywords
authorWincent Colaiuta <win@wincent.com>
Sun, 15 Jul 2007 10:26:43 +0000 (12:26 +0200)
committerWincent Colaiuta <win@wincent.com>
Sun, 15 Jul 2007 10:27:54 +0000 (12:27 +0200)
Remove all embedded $Id$ strings as these are a Subversion-specific feature and we're moving to Git.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
81 files changed:
NOTES.txt
NSException+WOTest.h
NSException+WOTest.m
NSInvocation+WOTest.h
NSInvocation+WOTest.m
NSMethodSignature+WOTest.h
NSMethodSignature+WOTest.m
NSObject+WOTest.h
NSObject+WOTest.m
NSProxy+WOTest.h
NSScanner+WOTest.h
NSScanner+WOTest.m
NSString+WOTest.h
NSString+WOTest.m
NSValue+WOTest.h
NSValue+WOTest.m
RunTests.sh
TODO.txt
Tests/NSInvocationTests.h
Tests/NSInvocationTests.m
Tests/NSObjectTests.h
Tests/NSObjectTests.m
Tests/NSScannerTests.h
Tests/NSScannerTests.m
Tests/NSValueTests.h
Tests/NSValueTests.m
Tests/WOClassMockTests.h
Tests/WOClassMockTests.m
Tests/WOMockTests.h
Tests/WOMockTests.m
Tests/WOMultithreadedCrashTests.h
Tests/WOMultithreadedCrashTests.m
Tests/WOObjectMockTests.h
Tests/WOObjectMockTests.m
Tests/WOObjectStubTests.h
Tests/WOObjectStubTests.m
Tests/WOProtocolMockTests.h
Tests/WOProtocolMockTests.m
Tests/WOProtocolStubTests.h
Tests/WOProtocolStubTests.m
Tests/WOStubTests.h
Tests/WOStubTests.m
Tests/WOTestApplicationTestsControllerTests.h
Tests/WOTestApplicationTestsControllerTests.m
Tests/WOTestSelfTests.h
Tests/WOTestSelfTests.m
WOClassMock.h
WOClassMock.m
WOEnumerate.h
WOLightweightRoot.h
WOLightweightRoot.m
WOMock.h
WOMock.m
WOObjectMock.h
WOObjectMock.m
WOObjectStub.h
WOObjectStub.m
WOProtocolMock.h
WOProtocolMock.m
WOProtocolStub.h
WOProtocolStub.m
WOStub.h
WOStub.m
WOTest.h
WOTestApplicationTestsController.h
WOTestApplicationTestsController.m
WOTestBundleInjector.h
WOTestBundleInjector.m
WOTestClass.h
WOTestClass.m
WOTestLowLevelException.h
WOTestLowLevelException.m
WOTestMacros.h
WOTestRunner/WOTestRunner.h
WOTestRunner/WOTestRunner.m
WOTestRunner/WOTestRunner_Version.h
WOTestSignalException.m
WOTest_Version.h
Xcode Integration/Library/Application Support/Apple/Developer Tools/File Templates/Cocoa/Objective-C WOTest test class.pbfiletemplate/Tests.h
Xcode Integration/Library/Application Support/Apple/Developer Tools/File Templates/Cocoa/Objective-C WOTest test class.pbfiletemplate/Tests.m
exc-notes.txt

index 732aeac5ab9adde12c922423155785496a309c4f..c472c6ce16ccf0f4665408f41ad5c5484bad3a39 100644 (file)
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -1,5 +1,3 @@
-$Id: NOTES.txt 147 2007-03-26 18:50:52Z wincent $
-
 ================================================================================
 What is WOTest?
 ================================================================================
index eb1395a4efe1959a35057beb474b969bc063a970..40a382d9e784505a8444c8c47177824816fbd038 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSException+WOTest.h 208 2007-07-07 19:02:28Z wincent $
-//
 
 #import <Foundation/Foundation.h>
 
index cff79ff1b6e899bfba6b296a166294ce6302b28a..6525d729de7304825109b4fc2e577da971f06a57 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSException+WOTest.m 208 2007-07-07 19:02:28Z wincent $
-//
 
 #import "NSException+WOTest.h"
 #import "NSObject+WOTest.h"
index 04233aa14762148b17e2666a8713baf28c0bec2e..dd64cef954116d269e100680d3aa84a0bfd234f8 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSInvocation+WOTest.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 827a7d26c37a2c83a209a619cfe31285225e1beb..cf9a4fc35b27a93bb4f46467ea815d28da795ad5 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSInvocation+WOTest.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "NSInvocation+WOTest.h"
 #import "WOTest.h"
index bd885edebb5ff7c9abde72987b310340047355a0..08e5a3d261ff729151c29f24481f8b0e051dca7d 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSMethodSignature+WOTest.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 353e7c3d8c526dad4c0f6a3979ffec6fb17859e7..a318fd937e3391779c84e2e115450e5e2bf2136d 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSMethodSignature+WOTest.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "NSMethodSignature+WOTest.h"
 #import <objc/objc-class.h>
index 78bf31837c752fad7390432ffe01eb30c387119d..0c904336f2515e6cf10f7d6d79d72062c83959bf 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSObject+WOTest.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 54ac582a7afbdd5bcfdebb8da49d9883c3427d8f..a35864ee89294155510c6972ff7acff01d981749 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSObject+WOTest.m 208 2007-07-07 19:02:28Z wincent $
 
 // category header
 #import "NSObject+WOTest.h"
index 6da9c017dcba1b08629306b05058ff6bac6b7a6f..ce50b82194275db8149b1ea032102a2442cc59bd 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSProxy+WOTest.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import <objc/objc-class.h>
index d0a1a4299a1ec55a4d8f1f346d1d7248914547c9..9a7f16b236dc2193acf85ec3e9965be7131e1bc9 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSScanner+WOTest.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index dc99e09616d2ed08d61ae4cb067cd8169b02d8ad..a31ae1d0f9307e7fe91e42626bb06f8be34c6b10 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSScanner+WOTest.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "NSScanner+WOTest.h"
 #import <objc/objc-class.h>
index 9072b1119bb4a583fb9747f048f22d3bb935318d..5fde99700c154dcabe9df313c53e1280a3538f9d 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSString+WOTest.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 253a176af2a72295f74e3856a44841a26b393d26..aa7f8e1f49973bd3056eca697d560a45693f9f35 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSString+WOTest.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "NSString+WOTest.h"
 
index 089671428195639ed69418ff7fbc0e3be1afcefa..b636fccf498cffbd1ba41e61741f6b3cc90cf24e 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSValue+WOTest.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index f4c4d73e0a119aaae5978134b98c981459afd09d..c024f5f9ebd4998a25be7134c388453feffe7cdd 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSValue+WOTest.m 208 2007-07-07 19:02:28Z wincent $
 
 // category header
 #import "NSValue+WOTest.h"
index fddd08fda098ccfe06c7fbe82fa8797c91954edc..de7ff2e91f373db8bfd8a221fb3fe52ac00ebc01 100755 (executable)
@@ -19,7 +19,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-# $Id: RunTests.sh 208 2007-07-07 19:02:28Z wincent $
 
 #
 # Defaults
index 2378d61613580afe60482d17e5642d9a960a8eae..1b66f38ad042bc5976870d11255559c5f3420468 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,3 @@
-$Id: TODO.txt 153 2007-04-24 12:32:52Z wincent $
-
 - method for converting command line arguments into absolute paths if they don't start with a / (based on CWD env variable? or NSProcessInfo?)
 
 - Add information on code coverage testing to docs:
index 0262d32e86f781c11e2d7db85737c227ca22a794..8323ad6439cf7409f425997bd3563cac80ea9e08 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSInvocationTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index f9e48257e94f49e9ff96b01fa016efdb9102bef0..993665887500bd30e610907fb86fdfe9d544b4c6 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSInvocationTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "NSInvocationTests.h"
 
index 68b61bc1ab058d72b7d63b4282c14cb62dbb0ebc..29675ea4337c63188f49cc7d42158a8b82cbbc26 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSObjectTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index 6d0b20371ff825af05478019a5dffdbf7833ff19..67e0296072e700c775545ee03f45ef669c75c20b 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSObjectTests.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "NSObjectTests.h"
index 523ce50b29114083e31e3d4a14479439cc6a65b5..9cbbba833e02ad2ef2ca759bfd937ddfa3ea47ca 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSScannerTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index 76f926959b675c6349fe258ff27dd240ccad2c2b..bf1410205b0f19d62c75723aca62bcd38d64a31e 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSScannerTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "NSScannerTests.h"
 
index 907f4f2419850be8f1e72bbf9dc2b77530e682dc..9aa92315250b196a6932634889aaac8f4122ec88 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSValueTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index beae135fdae66444d99bd9688a0871fc41adcb22..caee9ec0d36c8dc77194bedb038ec76445b4623d 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: NSValueTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "NSValueTests.h"
 
index 454f33130bd6ce3188a813c11158341d572b4c90..640f333dd300d69a525c86577dbf119010fa6eee 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOClassMockTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index 648d593b6dce395e4bf620ded7b5ae932a6b2b00..4a8af49ee68c343f03bdc4f5ebc389ce0ff8d26c 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOClassMockTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOClassMockTests.h"
 
index 99493c7cff6f6e74200908e38a212ed8f0ff60a1..8a942b5c5eb27efb360600e0f03c8bafbaafa75a 100644 (file)
@@ -10,7 +10,6 @@
 //  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 //  in the accompanying file, "LICENSE.txt", for more details.
 //
-//  $Id: WOMockTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index 2f09d2e17f82870cafb6cdfcbaf503b163e6d4f1..28a4df0f1434d1eace7d465d0348ffec85d69222 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOMockTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOMockTests.h"
 
index 8e2750cc75b0d0d1cd1e9f14836ad0e6cc2de2e5..ae4be33e0107e8a68fc35db200f4e0d99943568a 100644 (file)
@@ -17,7 +17,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOMultithreadedCrashTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Cocoa/Cocoa.h>
 #import "WOTest/WOTest.h"
index 650b5062d8aa3925151d474cf186ff8df4619524..74d6d04e3095efaa0fb0b2de6852deee49347f7f 100644 (file)
@@ -17,7 +17,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOMultithreadedCrashTests.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOMultithreadedCrashTests.h"
index e2ca3403e4369e86f073498c3f99349ad7d5a418..b6c8ef4ce6bc11ff6e7a97a5be54a76e67bbd3e6 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectMockTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest/WOTest.h"
index 52d097ae58d4aae516734eafea8760a42885ef9a..631c116170121890ded86f2ec819ead17acd1fff 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectMockTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOObjectMockTests.h"
 
index 02dd5381afd409ab14442121519d8a71d4f81fcb..13e40438fd6f3b0e0d0b7760ee254fc81f254e95 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectStubTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index a8c5abd568877f140e881004581290abbce3fece..a51d5d3b39204705376f0427c8890635d6832ed7 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectStubTests.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOObjectStubTests.h"
index 3c2694f0a9eea29d356d966996d5149d1e876b90..9363502c39d9aa390850a715a7b896ac3d493c0b 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolMockTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index 64880374867c30823c020f0aa6cb59bb6bd53629..30bf09156f02172a9648e76348719f1fa9b33949 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolMockTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOProtocolMockTests.h"
 
index 8c15747f479515b9605ac4bce7c951dd80dec143..1a6dd28b0ff56c8fb23c978f7965a5023d783c92 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolStubTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest.h"
index 222e130ae13f4ced890dccd4dd4444bff8cb536d..d58f59afeef9b21358faca6bfdb28a0bd4c50116 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolStubTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOProtocolStubTests.h"
 
index 07b1c98b612b2fb9123043769ca1467a001181f0..7a57c03b67e4d8e517f036420c87468fc049e19a 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOStubTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOTest/WOTest.h"
index eef37135de3a864df8b5d443198125613710a97a..5e82c92e82f0db3be65419ca8ce06cd56f04bcd9 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOStubTests.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOStubTests.h"
 
index 29a5b130a9e5ebc320bdba54aecb2046f0b734ed..8131c5f2975366900a6649c90b025e6fab62e704 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestApplicationTestsControllerTests.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Cocoa/Cocoa.h>
 #import "WOTest/WOTest.h"
index c649cfe7529fd08ec03ba894eabdb9686517c80f..246079053df88ca66a92dc25d60509f9eb02b567 100644 (file)
@@ -17,7 +17,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestApplicationTestsControllerTests.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOTestApplicationTestsControllerTests.h"
index 3195ae70e82b0680b459c67a5b019f70c79dff09..73756cd0e3c1351f9644b08a1487e424df0f8e1a 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestSelfTests.h 208 2007-07-07 19:02:28Z wincent $
-//
 
 // link against Cocoa rather than Foundation so that we can use NSImage in tests
 #import <Cocoa/Cocoa.h>
index 8da6eac88dd6947d5a51ae3d26c58e4c04bf3c7f..9beb1477fb731735ea30d653681dfd4bbb3f2723 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestSelfTests.m 208 2007-07-07 19:02:28Z wincent $
-//
 
 #import "WOTestSelfTests.h"
 
index 3914c47a483b6f0461d3b73ef533fa62a6b03f9f..e5b199360dd3df67badfe4814fe08fca9b157e61 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOClassMock.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 320b080891d33283dc3250f8da7921d6b7945fbf..ba6628b841562eba9b257190b7aef093a6f70b42 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOClassMock.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOClassMock.h"
index a0a0b168db57868aa52ba24429c37fe90746e733..05f9955e5f78888fab639e38823d0fb8fe2c23d8 100644 (file)
@@ -10,8 +10,6 @@
 //  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 //  in the accompanying file, "LICENSE.txt", for more details.
 //
-//  $Id: WOEnumerate.h 93 2006-08-18 13:24:51Z wincent $
-//
 
 //! \file WOEnumerate.h
 
index da4c6d346a71cea99ad879bd69f581519b392b19..186fa6f378d53251c41f300e1b6b7b1f868f98dd 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOLightweightRoot.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <objc/objc-runtime.h>
 
index 2698fffcc0a3300f0edf6ff16ff4962fe838cbcb..2b5974f0acc275136aa6ef2e3e7e0819125a2a27 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOLightweightRoot.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOLightweightRoot.h"
index 61550dfb512b1d93b03b28fb631bed84e6ca3505..ee376d96f2da6c47a8f8bbf307f5ef1246a8e908 100644 (file)
--- a/WOMock.h
+++ b/WOMock.h
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOMock.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 52ac308753fa715fc89ca59849107574e5baa962..0d68cab7dc46b7df783ab7178074db4b83e61b68 100644 (file)
--- a/WOMock.m
+++ b/WOMock.m
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOMock.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOMock.h"
index c58117dd0a6e98dc28be2cd6e4bdc752ac2c1b00..0c61aaa9c86a22b65d8639e9e58b209cf8091fbc 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectMock.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOMock.h"
index b9f222fc1be67d053a4dc8cbebf17451bb2da7f0..cb286bdc975ffbe2e64abd2539d384e9daf765cc 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectMock.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOObjectMock.h"
index aa5505a9f793afe44f73553a529a0d9edf32f3cc..e8d837e14b7ee4113a6137d3933284d0a7b56c9a 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectStub.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOStub.h"
index 0d8bf8ac6e42f3d9187d5458fb20e2c970333946..4c916e53eda016aa9820a0dc87b0983a3a089d13 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOObjectStub.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOObjectStub.h"
index f20d2b0d398b5040df9e7c01168c60a2aa5f9711..1aae4e4b5b7ea8931cf8361d548c40659f5ba5a0 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolMock.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 9ec9a2d2d31bec347002cb5f5d056bcabc13659c..a1877c632c30ea4e6aed5dd950a455b5a1744a78 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolMock.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOProtocolMock.h"
 
index e4d83c7a756a72979a905f3677e81d7ed5bfbb05..1ba17934bda1aa5f40ede88b17810bdd32da8cae 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolStub.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 #import "WOStub.h"
index e8206011e4ca2f52183fabfdd3bb0fdd8f473a6c..994f7fd66f6620e40e5b524fb46bb1bb89d9acf7 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOProtocolStub.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOProtocolStub.h"
index 66bb95d408dfb4e86fa8749e0113d096a9f364b3..e3757d51509f084668ed3b112c72b76ec4f0d1b8 100644 (file)
--- a/WOStub.h
+++ b/WOStub.h
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOStub.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Foundation/Foundation.h>
 
index 6670afa587d0ace89585cefb12ba71ca8b82cc0e..d88357624ba68f593477be8088178be5cd41e2d5 100644 (file)
--- a/WOStub.m
+++ b/WOStub.m
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOStub.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOStub.h"
index 62f5c6baaca0874da53ee51edd33fc54a118dfef..8676a7abeba43e7621636dc38dad7732d1577249 100644 (file)
--- a/WOTest.h
+++ b/WOTest.h
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTest.h 208 2007-07-07 19:02:28Z wincent $
-//
 
 //! \file WOTest.h
 
index 16826c1244c64c6aeef74da0c743a8e601a58394..12b82e298853d1a6d96ef1000bbdbcaf3028058d 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestApplicationTestsController.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Cocoa/Cocoa.h>
 
index eb4521b282b1d657536cc2de9b1589c843c1f35e..d5e1865841d332b710d0c9504b65f6f5415a8bbb 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestApplicationTestsController.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOTestApplicationTestsController.h"
index 59cb1c8ba8f4359cdea9ad582678c81567b9d5c3..997c22c7d3f3b8458239187a033502732c359b79 100644 (file)
@@ -17,7 +17,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestBundleInjector.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Cocoa/Cocoa.h>
 
index 1f9f4f00faf3efca0394b97a10e9c28fd9ec64cc..bd6ed5326d7230ba1e2419dc76d67df138ea6ecf 100644 (file)
@@ -17,7 +17,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestBundleInjector.m 208 2007-07-07 19:02:28Z wincent $
 
 // class header
 #import "WOTestBundleInjector.h"
index 6830c0024719b7c104279559aedbc37954962dfc..800ededd7caff56d6f605a698f2f132dc93488e9 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestClass.h 208 2007-07-07 19:02:28Z wincent $
-//
 
 #import <Foundation/Foundation.h>
 
index 71824412d6970586c402aeeef191a6cde5d4f23d..f30ef24177802d6060879d08c7590823d7c07443 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestClass.m 208 2007-07-07 19:02:28Z wincent $
-//
 
 // class header
 #import "WOTestClass.h"
index 4ffe7b83355b754216434529b38280a787a73fbb..da2a2ad8b1434af0b77c4eb9fca6d3d9f6a790c2 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestLowLevelException.h 208 2007-07-07 19:02:28Z wincent $
 
 #import <Cocoa/Cocoa.h>
 
index 4d63ffb14679b6384dfce4ce826e76ed99f1feb4..830bb74f042608c601ebf56df38bc2b7c1f0c0f5 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestLowLevelException.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOTestLowLevelException.h"
 
index 1960db11f2d1e2b1399b5e527284b76d7b41ed69..870322707fbe4aaa517fefaeb552c45a5eca2e4e 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestMacros.h 208 2007-07-07 19:02:28Z wincent $
-//
 
 //! \file WOTestMacros.h
 
index fed0586b94a83caf568e957b4f6694d55a101994..f8a99d58a1b64945933077f65c65c5ff97873cb2 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestRunner.h 208 2007-07-07 19:02:28Z wincent $
-//
 
 #pragma mark -
 #pragma mark Function declarations
index 815e0cf5c1b44ae49fc28721b843e3ff5095fe23..2705f59937eaa7ae6b78ea444d521e1cf6c91fc8 100644 (file)
@@ -18,8 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestRunner.m 208 2007-07-07 19:02:28Z wincent $
-//
 
 // main header
 #import "WOTestRunner.h"
index d77444157fce1c9dd3933908180a929e53ba2b30..5feedf890fdb8081ede853d5ecefc0d556e0755b 100644 (file)
@@ -19,8 +19,6 @@
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
- $Id: WOTestRunner_Version.h 208 2007-07-07 19:02:28Z wincent $
  Do not edit this file: it is automatically updated each build via a script 
  
  */
@@ -70,7 +68,6 @@ The publicly visible "marketing" version, updated manually.
 
 #ifndef WO_PREPROCESSING_FOR_INFO_PLIST
 
-WO_RCSID("$Id: WOTestRunner_Version.h 208 2007-07-07 19:02:28Z wincent $");
 WO_TAGGED_RCSID("Build date: " WO_BUILDDATE, builddate);
 WO_TAGGED_RCSID("Build number: " WO_BUILDNUMBER_STRING, build);
 WO_TAGGED_RCSID(WO_COPYRIGHT, copyright);
index 679ec795c16142f982ba101d431af1644e70d673..d9d1afe3170e99d5b149f738380f80011affa45c 100644 (file)
@@ -18,7 +18,6 @@
 //  You should have received a copy of the GNU General Public License
 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //
-//  $Id: WOTestSignalException.m 208 2007-07-07 19:02:28Z wincent $
 
 #import "WOTestSignalException.h"
 
index 02ae1ff959505c8f1d9ab7bb8d9d523f6724c31e..040592571721fca62f1b371729de68b96e4b491d 100644 (file)
@@ -18,9 +18,6 @@
 
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
- $Id: WOTest_Version.h 208 2007-07-07 19:02:28Z wincent $
  
  Do not edit this file: it is automatically updated each build via a script 
  
@@ -71,7 +68,6 @@ static const char *const rcsid_ ## tag[] __attribute__((used)) =    \
 
 #ifndef WO_PREPROCESSING_FOR_INFO_PLIST
 
-WO_RCSID("$Id: WOTest_Version.h 208 2007-07-07 19:02:28Z wincent $");
 WO_TAGGED_RCSID("Build date: " WO_BUILDDATE, builddate);
 WO_TAGGED_RCSID("Build number: " WO_BUILDNUMBER_STRING, build);
 WO_TAGGED_RCSID(WO_COPYRIGHT, copyright);
index 9e686595536c62ff8281ed08a6507483d147d1bc..276cdb52303c05c3c760cb0912cb1bf53a795f42 100644 (file)
@@ -1,5 +1,3 @@
-$Id: exc-notes.txt 116 2006-10-27 11:21:01Z wincent $
-
 The files:
 
     exc.h