Move BatteryServiceTest to HealthServiceWrapperTest.
Moving the file in this commit so that git recognizes
that the file is moved, not deleted then created.
Test: none (note: this cannot be built. See next CL that
correctly fix this.)
Bug: 177269435
Change-Id: I3c41ba1571c30a912b558dac4f1aaf8f1b5c5b61
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.server;
|
||||
package com.android.server.health;
|
||||
|
||||
import static junit.framework.Assert.*;
|
||||
|
||||
@@ -36,7 +36,7 @@ import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
public class BatteryServiceTest extends AndroidTestCase {
|
||||
public class HealthServiceWrapperTest extends AndroidTestCase {
|
||||
|
||||
@Mock IServiceManager mMockedManager;
|
||||
@Mock IHealth mMockedHal;
|
||||
Reference in New Issue
Block a user