[TIMOB-14865] CodeProcessor: Get the majority of chapters 15.2.3.1-15.2.3.5 unit tests to pass
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-22T23:17:31.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | 2013 Sprint 17, 2013 Sprint 17 Tooling, Release 3.2.0 |
Components | Code Processor |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Matt Langston |
Created | 2013-08-13T20:34:57.000+0000 |
Updated | 2017-03-09T18:14:23.000+0000 |
Description
Chapter 15.2 Object objects
PR: https://github.com/appcelerator/titanium-code-processor/pull/235
To test:
Start the unit test server
./test/bin/server
Note: it runs in the foreground. You can send it to the background if desired, although it will output info to stdout
Note: the folder containing the unit tests was renamed from tests to test to make it more consistent with other projects
Run the unit tests for the appropriate chapters
./test/bin/controller 15.2.3.1
./test/bin/controller 15.2.3.2
./test/bin/controller 15.2.3.3
./test/bin/controller 15.2.3.4
./test/bin/controller 15.2.3.5
Grab a coffee, the tests take a while
Compare the tests that failed with the contents of tests/RESULTS.md
Some tests are known to fail and have an explanation why in this file
If a test fails that is not listed here, then there is a bug
Closing ticket as fixed.