Skip to content

Commit

Permalink
Merge pull request apache#263 from OrDTesters/JsrDispatcherTestFix
Browse files Browse the repository at this point in the history
[WW-4977] Fixing flaky test in Jsr168DispatcherTest and Jsr286DispatcherTest.
  • Loading branch information
yasserzamani authored Nov 18, 2018
2 parents fef6193 + 2d4e26f commit 299d91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ public void testModeChangeUsingPortletWidgets() {
Map<String, String> initParams = new HashMap<String, String>();
initParams.put("viewNamespace", "/view");
initParams.put("editNamespace", "/edit");
initParams.put(StrutsConstants.STRUTS_ALWAYS_SELECT_FULL_NAMESPACE, "true");

initPortletConfig(initParams, new HashMap<String, Object>());
initRequest(requestParams, new HashMap<String, Object>(), sessionMap, mode, WindowState.NORMAL, false, null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public void testModeChangeUsingPortletWidgets() {
Map<String, String> initParams = new HashMap<String, String>();
initParams.put("viewNamespace", "/view");
initParams.put("editNamespace", "/edit");
initParams.put(StrutsConstants.STRUTS_ALWAYS_SELECT_FULL_NAMESPACE, "true");

initPortletConfig(initParams, new HashMap<String, Object>());
initRequest(requestParams, new HashMap<String, Object>(), sessionMap,
Expand Down

0 comments on commit 299d91e

Please sign in to comment.