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

fix test fails for request-response-samples #6

Merged
merged 2 commits into from
Sep 14, 2016

Conversation

deepakrkris
Copy link
Contributor

errors in test xml and wsdl files are fixed. some errors are in the code
related to namespaces, prefixes, attributes

@deepakrkris deepakrkris force-pushed the request-response-test-fixes branch 2 times, most recently from 7aaf0a0 to 1a4e885 Compare August 26, 2016 14:45
@@ -79,7 +79,7 @@ class NamespaceScope {
default:
for (var p in this.namespaces) {
if (this.namespaces[p].uri === nsURI) {
return p;
return this.namespaces[p];
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we return the object instead of namespace prefix as a string?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@raymondfeng the namespace object has more details needed by the calling stack

@deepakrkris deepakrkris force-pushed the request-response-test-fixes branch 8 times, most recently from 13ceddb to 04f2174 Compare September 2, 2016 22:07
@@ -49,6 +49,8 @@
"diff": "^2.2.3",
"doctoc": "^1.1.1",
"duplexer": "^0.1.1",
"eslint": "^3.4.0",
"eslint-config-google": "^0.6.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use eslint-config-loopback instead?

@deepakrkris deepakrkris force-pushed the request-response-test-fixes branch 8 times, most recently from 63c83aa to 1376d2f Compare September 13, 2016 19:52
@deepakrkris deepakrkris force-pushed the request-response-test-fixes branch 6 times, most recently from 2ba4287 to c3861d0 Compare September 14, 2016 20:45
errors in test xml and wsdl files are fixed. some errors are in the code
related to namespaces, prefixes, attributes
errors in test xml and wsdl files are fixed. some errors are in the code
related to namespaces, prefixes, attributes
@deepakrkris deepakrkris force-pushed the request-response-test-fixes branch from c3861d0 to 7ef9034 Compare September 14, 2016 20:49
@deepakrkris deepakrkris merged commit 19ac0c4 into master Sep 14, 2016
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

2 participants