Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24678 from sv99/1063515
Browse files Browse the repository at this point in the history
BUG 1063515 - [Clock] Alarm Test Date handling getNextAlarmFireTime (rebased) r=mcav
  • Loading branch information
mcav committed Oct 2, 2014
2 parents bc42019 + 8ba51d0 commit 309ac9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/clock/test/unit/alarm_test.js
Expand Up @@ -18,7 +18,8 @@ suite('Alarm Test', function() {

suite('Date handling', function() {

var now = new Date(1398387324081); // thursday
//var now = new Date(1398387324081); // thursday
var now = new Date(Date.UTC(2014, 3, 24)); // thursday

setup(function() {
this.alarm = new Alarm({
Expand Down

0 comments on commit 309ac9a

Please sign in to comment.