Bug 1304681 - Do not clear robocop test name between tests; r=jmaher

This commit is contained in:
Geoff Brown 2016-09-28 07:45:30 -06:00
parent 04b91a0fb4
commit 0e6cb7d2ec

View File

@ -68,7 +68,6 @@ public class FennecMochitestAssert implements Assert {
if (mLogTestName != "") {
long diff = SystemClock.uptimeMillis() - mStartTime;
mLogger.testEnd(mLogTestName, "OK", "finished in " + diff + "ms");
mLogTestName = "";
}
}
@ -135,7 +134,6 @@ public class FennecMochitestAssert implements Assert {
if (mLogTestName != "") {
long diff = SystemClock.uptimeMillis() - mStartTime;
mLogger.testEnd(mLogTestName, "OK", "finished in " + diff + "ms");
mLogTestName = "";
}
mLogger.info("TEST-START | Shutdown");