Repository: incubator-atlas
Updated Branches:
  refs/heads/master b9525a576 -> 52a8805e9


Fix SecureEmbeddedServerTest.testServerConfiguredUsingCredentialProvider UT 
failure


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/52a8805e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/52a8805e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/52a8805e

Branch: refs/heads/master
Commit: 52a8805e92ce41e87e542b42ea6d1b73206d2af4
Parents: b9525a5
Author: Vimal Sharma <[email protected]>
Authored: Thu Nov 24 17:52:08 2016 +0530
Committer: Vimal Sharma <[email protected]>
Committed: Thu Nov 24 17:52:08 2016 +0530

----------------------------------------------------------------------
 release-log.txt                        | 1 +
 webapp/src/test/webapp/WEB-INF/web.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/52a8805e/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 9b9657d..65511a8 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance 
improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of 
Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1324 Fix 
SecureEmbeddedServerTest.testServerConfiguredUsingCredentialProvider UT 
failure(ayubkhan via svimal2106)
 ATLAS-1316 V2 API webapp tests are failing (ayubkhan via svimal2106)
 ATLAS-1315 Fix webapp Integration tests (ayubkhan,apoorvnaik via svimal2106)
 ATLAS-1313 Tests SSLAndKerberosTest.testService and SSLTest.testService are 
failing (ayubkhan via svimal2106)

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/52a8805e/webapp/src/test/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/webapp/src/test/webapp/WEB-INF/web.xml 
b/webapp/src/test/webapp/WEB-INF/web.xml
index f7e2028..011bf37 100755
--- a/webapp/src/test/webapp/WEB-INF/web.xml
+++ b/webapp/src/test/webapp/WEB-INF/web.xml
@@ -67,7 +67,7 @@
     </listener>
     
     <listener>
-        
<listener-class>org.apache.atlas.web.listeners.GuiceServletConfig</listener-class>
+        
<listener-class>org.apache.atlas.web.listeners.TestGuiceServletConfig</listener-class>
     </listener>
 
     <listener>

Reply via email to