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

TIMOB-4583 DOMImplementation tests #378

Merged
merged 12 commits into from Aug 22, 2011
Merged

TIMOB-4583 DOMImplementation tests #378

merged 12 commits into from Aug 22, 2011

Conversation

billdawson
Copy link
Contributor

valueOf(testDoc.documentElement.namespaceURI).shouldBeNull();
valueOf(testDoc.documentElement.nodeName).shouldBe("the_root");
valueOf(testDoc.documentElement.localName).shouldBe("the_root");
valueOf(testDoc.doctype).shouldNotBeNull();
Copy link
Contributor

Choose a reason for hiding this comment

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

should we also check that testDoc.doctype == doctype here?

@rusticphilosopher
Copy link
Contributor

When testing on 2.2 device, the following error occurs: http://pastie.org/2389077 When running on Honeycomb device, XML drillbit test runs without issue on device.

@marshall
Copy link
Contributor

Functional and Code review accepted on 2.2 emulator. Opie's log indicates another stack overflow this time from the XML parser -- our only real option at this point is to either spawn a new thread for parsing so we get a clean stack, or switch runtimes.

@rusticphilosopher
Copy link
Contributor

Code review passed. Accepted.

marshall added a commit that referenced this pull request Aug 22, 2011
TIMOB-4583 DOMImplementation tests
@marshall marshall merged commit e2b33db into tidev:master Aug 22, 2011
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