Skip to content

Commit

Permalink
Test Fixes - EvaluateLogTest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhashimoto authored and brianchandotcom committed Apr 19, 2012
1 parent 0c949fa commit 94cc80a
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -89,6 +89,15 @@ private boolean evaluateLog() throws Exception {
continue;
}

// LPS-22821

if (line.contains("Exception sending context destroyed event to " +
"listener instance of class com.liferay.portal.spring." +
"context.PortalContextLoaderListener")) {

continue;
}

// LPS-23351

if (line.contains(
Expand Down

0 comments on commit 94cc80a

Please sign in to comment.