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

Bug 1016866 - Always send a notification when captive portal is detected #19714

Merged
merged 1 commit into from May 29, 2014

Conversation

elefant
Copy link

@elefant elefant commented May 28, 2014

No description provided.

assert.ok(MockNotificationScreen.wasMethodCalled['addNotification']);
});

test('system/captive portal login w/o manual enable wifi', function() {
CaptivePortal.handleEvent(event);
MockSettingsListener.mCallback(true);
assert.equal(mockMozActivityInstance.name, 'view');
assert.ok(MockNotificationScreen.wasMethodCalled['addNotification']);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove the test since it's the same as the previous one :P

timdream added a commit that referenced this pull request May 29, 2014
Bug 1016866 - Always send a notification when captive portal is detected, r=timdream
@timdream timdream merged commit 6001520 into mozilla-b2g:master May 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants