commit | e4184ea28e21b86edc28c9f3c02ec28d0d2fb476 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Sep 03 21:13:09 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Sep 03 21:25:32 2015 -0400 |
tree | c79c6068cae838ae3f5ae98e355eefea693fcf01 | |
parent | 00f7f6bc737e692ac08cc15748c5f31c6879491a [diff] |
De-duplicate test class names Previously NetworksTestJSON was the name of 3 different test classes in different modules. This was causing issues debugging failures in one of them because certain class level events are only logged with the class name to identify where the log message is coming from. This commit addresses the issue by assigning 3 different names to each of the test classes. Change-Id: Ie4ffd458456d03b0b817b01bbed391f359240db2