| Summary: | Need sort of unit test mechanism for Orion node server APIs. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
Transferred https://github.com/mamacdon/orionode/issues/11 to here. Conversation histories: Mark: Should investigate Mocha(https://github.com/visionmedia/mocha) for unit testing. Boris: We are currently using Mocha tests for our project and they work pretty well. Majority of the Java tests should "just work" against a node server that implements the same server API. You would probably need to fork and make some modifications though, especially around authentication where it reaches into the server implementation to configure some things that cannot be done via HTTP APIs. In the end you might be better off with a pure js test suite though. Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html |