Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/plugin/UserSettingsTest.cpp

Issue 5188168852701184: Issue 1769 - CPluginUserSettingsInvoke.InvalidDispatchIdShouldOverflow crashes (Closed)
Patch Set: Created Jan. 9, 2015, 1:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/plugin/UserSettingsTest.cpp
diff --git a/test/plugin/UserSettingsTest.cpp b/test/plugin/UserSettingsTest.cpp
index 3d44c1cbf98d28d1f866fe2e4efb8127259ea28d..fbc9fe480e36b344517eef61eea310baa8eccd03 100644
--- a/test/plugin/UserSettingsTest.cpp
+++ b/test/plugin/UserSettingsTest.cpp
@@ -117,5 +117,5 @@ TEST(CPluginUserSettingsInvoke, InvalidDispatchIdShouldUnderflow)
*/
TEST(CPluginUserSettingsInvoke, InvalidDispatchIdShouldOverflow)
{
- InvokeInvalidDispatchId(13);
+ InvokeInvalidDispatchId(14);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld