Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anvil test case for kitchenSink/platform/passingWindow #5161

Merged
merged 3 commits into from
Feb 12, 2014

Conversation

jithinv
Copy link
Contributor

@jithinv jithinv commented Dec 23, 2013

Test case:
passing window

};
w2.open();
setTimeout(function() {
var win2 = require('suites/ui/win_2').get_prop();
Copy link
Contributor

Choose a reason for hiding this comment

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

why is there a second required here ? if you declare w2 a global variable to the function. the variable should last till the timeout is fired.

@srahim
Copy link
Contributor

srahim commented Jan 30, 2014

minor rewrite required looks good otherwise.

@@ -558,4 +559,39 @@ module.exports = new function() {
});
win.open();
}

//KitchenSink: Platform
this.passingWindow = function(testRun) {
Copy link
Contributor

Choose a reason for hiding this comment

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

why is the test called passingWIndow ???

@lokeshchdhry
Copy link
Contributor

Verified the suggested corrections.
Functional tests passed on android & iOS.

Please resync to master for merge.

@lokeshchdhry
Copy link
Contributor

Merging.

lokeshchdhry pushed a commit that referenced this pull request Feb 12, 2014
anvil test case for kitchenSink/platform/passingWindow
@lokeshchdhry lokeshchdhry merged commit 19865ee into tidev:master Feb 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants