[GRADLEREV-9] Store test case output by id instead of name Created: 24/Jun/13 Updated: 04/Jul/13 Resolved: 04/Jul/13 |
|
| Status: | Resolved |
| Project: | Gradle Code Review Tasks |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Adam Murdoch | Assignee: | Luke Daley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Need to use the test id, rather than the name. |
| Comments |
| Comment by Luke Daley [ 03/Jul/13 ] |
|
This seems premature to me. We aren't using the id when reading these results out, and this will just make the writing/reading slower until we do. I can't seen that it buys us anything in the meantime. |