diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 20:33:14 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 20:33:14 +0000 |
commit | 05a6a89d5c81770ed543d3eccf87c6495b42a869 (patch) | |
tree | 58f507fcbebd847de40dec5b3d1ab5956f4ea700 /third_party/ocmock/OCMock/NSInvocationOCMAdditionsTests.h | |
parent | 48283f82ca649df36f46b3618ad45f86a6fc412d (diff) | |
download | chromium_src-05a6a89d5c81770ed543d3eccf87c6495b42a869.zip chromium_src-05a6a89d5c81770ed543d3eccf87c6495b42a869.tar.gz chromium_src-05a6a89d5c81770ed543d3eccf87c6495b42a869.tar.bz2 |
Move OCMock from third_party/ocmock to third_party/ocmock/OCMock
"...may be suffering from what we in the soft sciences call 'Obsessive
Compulsive Disorder,' or the 'The O.C. Disorder.'"
Here's what we're doing:
mkdir OCMock
svn add OCMock
for i in * ; do
if [ "${i}" != "OCMock" ] && [ "${i}" != "README.chromium" ] ; then
svn move "${i}" OCMock
fi
done
and make the SVN URL in README.chromium a tiny bit more specific.
Review URL: http://codereview.chromium.org/220017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26969 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ocmock/OCMock/NSInvocationOCMAdditionsTests.h')
-rw-r--r-- | third_party/ocmock/OCMock/NSInvocationOCMAdditionsTests.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/ocmock/OCMock/NSInvocationOCMAdditionsTests.h b/third_party/ocmock/OCMock/NSInvocationOCMAdditionsTests.h new file mode 100644 index 0000000..3cc5d99 --- /dev/null +++ b/third_party/ocmock/OCMock/NSInvocationOCMAdditionsTests.h @@ -0,0 +1,12 @@ +//--------------------------------------------------------------------------------------- +// $Id: NSInvocationOCMAdditionsTests.h 21 2008-01-24 18:59:39Z erik $ +// Copyright (c) 2006-2008 by Mulle Kybernetik. See License file for details. +//--------------------------------------------------------------------------------------- + +#import <SenTestingKit/SenTestingKit.h> + +@interface NSInvocationOCMAdditionsTests : SenTestCase +{ +} + +@end |