Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent ActivityTestCase from erasing constants. | Dmitri Plotnikov | 2011-01-07 | 1 | -7/+9 |
| | | | | | | | | If you test case is declaring a non-primitive constant, this method would clear out the constant between individual tests. Change-Id: I570f2bbbbbb0a170bf63b7473b4aaf84869e93e0 | ||||
* | Retry test-runner tests move. | Brett Chabot | 2010-02-20 | 1 | -0/+82 |
| | | | | | This time change the frameworks makefile so it only includes test-runner/src in the public API. | ||||
* | Revert "Move framework test-runner unit tests to be closer to their source." | Brett Chabot | 2010-02-19 | 1 | -82/+0 |
| | | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d. | ||||
* | Move framework test-runner unit tests to be closer to their source. | Brett Chabot | 2010-02-19 | 1 | -0/+82 |
Move the test-runner source into a separate src folder to accommodate the test move. |