You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2018/01/13 00:01:46 UTC

[ambari] branch branch-2.6 updated: AMBARI-22775 ambari-web unit test is failing at apache ambari jenkins job. (atkach) (#107)

This is an automated email from the ASF dual-hosted git repository.

jaimin pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new d648efa  AMBARI-22775 ambari-web unit test is failing at apache ambari jenkins job. (atkach) (#107)
d648efa is described below

commit d648efa4c41c4fb75d68145f1633b056a05fba66
Author: Andrii Tkach <at...@hortonworks.com>
AuthorDate: Sat Jan 13 02:01:43 2018 +0200

    AMBARI-22775 ambari-web unit test is failing at apache ambari jenkins job. (atkach) (#107)
---
 ambari-web/test/utils/date/timezone_test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/test/utils/date/timezone_test.js b/ambari-web/test/utils/date/timezone_test.js
index 37a8c8c..ebf5e68 100644
--- a/ambari-web/test/utils/date/timezone_test.js
+++ b/ambari-web/test/utils/date/timezone_test.js
@@ -139,7 +139,7 @@ describe('timezoneUtils', function () {
     it('Detect UTC+1', function () {
       mockTimezoneOffset(0, 60);
       var tz = timezoneUtils.detectUserTimezone();
-      expect(tz).to.contain('0-60|Atlantic');
+      expect(tz).to.contain('0-60|Africa');
     });
 
     it('Detect UTC+1 for Europe', function () {

-- 
To stop receiving notification emails like this one, please contact
['"commits@ambari.apache.org" <co...@ambari.apache.org>'].