Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2590)

Unified Diff: chrome/third_party/mock4js/README.chromium

Issue 330423005: Fix failure handling in mock4js to throw instead of calling an undefined function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Rebase on top of CRLF -> LF conversion Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/third_party/mock4js/mock4js.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/third_party/mock4js/README.chromium
diff --git a/chrome/third_party/mock4js/README.chromium b/chrome/third_party/mock4js/README.chromium
index 99a8a6056307f35750af2e1195c009e5bf06915d..bed119c125ad02c17f137942db0479e353738fe0 100644
--- a/chrome/third_party/mock4js/README.chromium
+++ b/chrome/third_party/mock4js/README.chromium
@@ -7,3 +7,6 @@ License: MIT
Mock4JS is a dynamic-mock library for Javascript. It enables developers to write
tests that exercise and verify the interactions between the objects in the
application. Its syntax is very expressive and is closely based on jMock 1.
+
+Local Modifications:
+* Replace a fail() call with throwing Mock4JSException.
« no previous file with comments | « no previous file | chrome/third_party/mock4js/mock4js.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698