Bug 1010173 - test root internal variable on devices (SUTAgentAndroid.sTestRoot) should not be set as an error message,r=bc

This commit is contained in:
Peter Moore 2014-05-15 19:25:35 +02:00
Родитель e38b016b3b
Коммит 6f8b306f1a
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -1464,9 +1464,6 @@ private void CancelNotification()
Log.e("SUTAgentAndroid", "Cannot access world writeable test root");
}
}
if (!success) {
SUTAgentAndroid.sTestRoot = sErrorPrefix + " unable to determine test root";
}
}
public String GetTestRoot()