Author: rkanter
Date: Tue Dec 11 00:31:34 2012
New Revision: 1419944

URL: http://svn.apache.org/viewvc?rev=1419944&view=rev
Log:
OOZIE-1127 Missed one services.destroy() in OOZIE-1114 (rkanter)

Modified:
    
oozie/trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
    oozie/trunk/release-log.txt

Modified: 
oozie/trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
URL: 
http://svn.apache.org/viewvc/oozie/trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java?rev=1419944&r1=1419943&r2=1419944&view=diff
==============================================================================
--- 
oozie/trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
 (original)
+++ 
oozie/trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionInputCheckXCommand.java
 Tue Dec 11 00:31:34 2012
@@ -394,6 +394,7 @@ public class TestCoordActionInputCheckXC
         // Override the name node while list for testing purpose only.
         String[] whiteList = new String[1];
         whiteList[0] = "localhost:5330";
+        services.destroy();
         setSystemProperty(HadoopAccessorService.NAME_NODE_WHITELIST, 
whiteList[0]);
         services = new Services();
         services.init();

Modified: oozie/trunk/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1419944&r1=1419943&r2=1419944&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Tue Dec 11 00:31:34 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.4.0 release (trunk - unreleased)
 
+OOZIE-1127 Missed one services.destroy() in OOZIE-1114 (rkanter)
 OOZIE-1071 latest EL function is based on action materialization time (rohini 
via virag)
 OOZIE-1114 Some tests don't use the Services singleton properly (rkanter)
 OOZIE-1113 The cookies used in the AltKerberosAuthenticationHandler examples 
aren't read properly if quoted (rkanter)


Reply via email to