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 testcase for ui_clipboard test suite #4731

Merged
merged 6 commits into from Nov 5, 2013

Conversation

shameer49
Copy link
Contributor

Anvil testcase for ui_clipboard test suite

testcases

TIMOB-9222

TIMOB-9223

TIMOB-9263

Ti.UI.Clipboard.setData('text/plain', 'hello');
valueOf(testRun, Ti.UI.Clipboard.hasData('text/plain')).shouldBeTrue();
valueOf(testRun, Ti.UI.Clipboard.getData('text/plain')).shouldNotBeNull();
valueOf(testRun, Ti.UI.Clipboard.getText()).shouldBe('hello');
Copy link
Contributor

Choose a reason for hiding this comment

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

spacing issue.

@srahim
Copy link
Contributor

srahim commented Sep 27, 2013

Minor spacing issue. Everything else looks good.

@shameer49
Copy link
Contributor Author

File modified and appropriate changes made.

@lokeshchdhry
Copy link
Contributor

Verified the changes & test run with out issues. Merging.

lokeshchdhry pushed a commit that referenced this pull request Nov 5, 2013
Anvil testcase for ui_clipboard test suite
@lokeshchdhry lokeshchdhry merged commit e1eaa14 into tidev:master Nov 5, 2013
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

4 participants