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

Commit e3003d87 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change tests' package names" into main

parents 92118c00 e935950b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood;
package com.android.ravenwoodtest;

import android.platform.test.annotations.IgnoreUnderRavenwood;
import android.platform.test.ravenwood.RavenwoodRule;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood.resapk_test;
package com.android.ravenwoodtest.resapk_test;


import static junit.framework.TestCase.assertTrue;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood.runtimetest;
package com.android.ravenwoodtest.runtimetest;

// Copied from libcore/luni/src/test/java/libcore/android/system/OsConstantsTest.java

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood.runtimetest;
package com.android.ravenwoodtest.runtimetest;

import static android.system.OsConstants.S_ISBLK;
import static android.system.OsConstants.S_ISCHR;