| Summary: | [tests] Port the core and resource tests | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Node | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 15.0 | ||
| Target Milestone: | 16.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 520474 | ||
|
Description
Michael Rennie
I removed the skeleton for resource tests. In the Java server, they used to test JSON / serialization / etc, which is handled for us in the node / JS world via the built-in JSON type (that does not need tests on our side). https://github.com/eclipse/orion.client/commit/47c9b28f774187b0c22e26e1925008a45700c60f I also ended up removing the core suite - it only tested some utility classes in the Java server (that we do not have in the node server). https://github.com/eclipse/orion.client/commit/8d32fe4e1395301ecf81c82a977c5bb2f0cf760e |