[TIMOB-13685] Code Processor: Fix unit test regressions in chapters 8-14
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-22T21:59:57.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | 2013 Sprint 17, 2013 Sprint 17 Tooling, Release 3.2.0 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Bryan Hughes |
Created | 2013-04-26T17:14:06.000+0000 |
Updated | 2013-08-26T04:34:22.000+0000 |
Description
Recent changes, primarily TIMOB-13343, have caused some regressions in chapters 8-14 unit tests and need to be fixed.
PR: https://github.com/appcelerator/titanium-code-processor/pull/232
To test:
Start the unit test server
./tests/bin/server
Note: it runs in the foreground. You can send it to the background if desired, although it will output info to stdout
Run the unit tests for the appropriate chapters
./tests/bin/controller 8
./tests/bin/controller 9
./tests/bin/controller 10
./tests/bin/controller 11
./tests/bin/controller 12
./tests/bin/controller 13
./tests/bin/controller 14
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