Author: tucu
Date: Fri Jan 27 22:26:59 2012
New Revision: 1236909
URL: http://svn.apache.org/viewvc?rev=1236909&view=rev
Log:
OOZIE-662 Unit test failing: TestHostnameFilter. (tucu)
Modified:
incubator/oozie/trunk/core/src/test/java/org/apache/oozie/servlet/TestHostnameFilter.java
incubator/oozie/trunk/release-log.txt
Modified:
incubator/oozie/trunk/core/src/test/java/org/apache/oozie/servlet/TestHostnameFilter.java
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/java/org/apache/oozie/servlet/TestHostnameFilter.java?rev=1236909&r1=1236908&r2=1236909&view=diff
==============================================================================
---
incubator/oozie/trunk/core/src/test/java/org/apache/oozie/servlet/TestHostnameFilter.java
(original)
+++
incubator/oozie/trunk/core/src/test/java/org/apache/oozie/servlet/TestHostnameFilter.java
Fri Jan 27 22:26:59 2012
@@ -45,7 +45,7 @@ public class TestHostnameFilter extends
@Override
public void doFilter(ServletRequest servletRequest,
ServletResponse servletResponse)
throws IOException, ServletException {
- Assert.assertEquals(HostnameFilter.get(), "localhost");
+ Assert.assertTrue(HostnameFilter.get().contains("localhost"));
invoked.set(true);
}
};
Modified: incubator/oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1236909&r1=1236908&r2=1236909&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Fri Jan 27 22:26:59 2012
@@ -1,5 +1,6 @@
-- Oozie 3.2.0 release
+OOZIE-662 Unit test failing: TestHostnameFilter. (tucu)
OOZIE-651: Coordinator rerun fails due to NPE in some cases.(Virag via
Mohammad)
OOZIE-655: Information added to Oozie help.(Virag via Mohammad)
OOZIE-642: Year support in dateOffset() El function.(Virag via Mohammad)