Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55d11f61 authored by Alan Stokes's avatar Alan Stokes
Browse files

More DexLoggerIntegrationTests tweaks.

Add @LargeTest explicitly.
Change package to ...pm.dex for consistency with other tests
(and because that's where the code being tested lives).

Test: atest DexLoggerIntegrationTests
Bug: 63927552
Change-Id: Id76258292f318b331f19fac01fdbd94ed33e2d2e
parent c131a929
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
 * limitations under the License.
 */

package com.android.server.pm;
package com.android.server.pm.dex;

import static com.google.common.truth.Truth.assertThat;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.LargeTest;
import android.util.EventLog;

import dalvik.system.DexClassLoader;

import org.junit.After;
@@ -54,6 +54,7 @@ import java.util.List;
 *
 * Run with "atest DexLoggerIntegrationTests".
 */
@LargeTest
@RunWith(JUnit4.class)
public final class DexLoggerIntegrationTests {