summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/README.chromium
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 15:59:13 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-18 15:59:13 +0000
commit4e4e75553acc95f32c1e6e65fca6957d11a9a146 (patch)
tree17ed8a379174b5a7fa0bf9587f9190edde018a46 /third_party/ocmock/README.chromium
parent6cad92abb5227e9a581edf6b241e074e0b484f6c (diff)
downloadchromium_src-4e4e75553acc95f32c1e6e65fca6957d11a9a146.zip
chromium_src-4e4e75553acc95f32c1e6e65fca6957d11a9a146.tar.gz
chromium_src-4e4e75553acc95f32c1e6e65fca6957d11a9a146.tar.bz2
Roll OCMock r77:7f521db0628086185123666b0979e48d6ecaeac1.
BUG=none TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/9240023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ocmock/README.chromium')
-rw-r--r--third_party/ocmock/README.chromium13
1 files changed, 8 insertions, 5 deletions
diff --git a/third_party/ocmock/README.chromium b/third_party/ocmock/README.chromium
index 1714bea..fafe83b 100644
--- a/third_party/ocmock/README.chromium
+++ b/third_party/ocmock/README.chromium
@@ -1,9 +1,9 @@
Name: ocmock
-URL: http://www.mulle-kybernetik.com/software/OCMock/
+URL: https://github.com/erikdoe/ocmock
Version: unknown
-Revision: 77
+Revision: 7f521db0628086185123666b0979e48d6ecaeac1
License: BSD with advertising clause
-License File: OCMock/License.txt
+License File: License.txt
Security Critical: no
Description:
@@ -12,5 +12,8 @@ with the concept of mock objects please visit mockobjects.com which has more
details and discussions about this approach to testing software.
Local Modifications:
-gtest_support.h/.mm and ocmock_extensions.h/.mm are not part of the
-ocmock package, and are chromium specific additions.
+This is only a partial inclusion of the OCMock tree. This only includes
+/Source/OCMock because the tests and other files are not necessary for Chromium.
+The License.txt and Changes.txt file are also present from /Source.
+
+Chromium adds gtest_support.h/.mm and ocmock_extensions.h/.mm.