Project:
View Revisions: Issue #27339 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0027339: Stabilization: When the server is not available and there is not enough cache data, the app should wait until available | ||
Revision | 2014-08-14 18:07 by Orekaria | ||
Steps To Reproduce | insert this snippet in the ob-terminal-model.js, initializeCommonComponents function var r = Math.floor((Math.random() * 5) + 1); if (r === 1) { ajaxRequest.go(ajaxRequest.data).response('success').error('fail'); return; } ajaxRequest.go(ajaxRequest.data).response('fail').error('fail'); verify that the attached screenshot is shown |
||
Revision | 2014-08-14 18:06 by Orekaria | ||
Steps To Reproduce | insert this snippet in the ob-terminal-model.js var r = Math.floor((Math.random() * 5) + 1); if (r === 1) { ajaxRequest.go(ajaxRequest.data).response('success').error('fail'); return; } ajaxRequest.go(ajaxRequest.data).response('fail').error('fail'); verify that the attached screenshot is shown |
Copyright © 2000 - 2009 MantisBT Group |