From d68d3c1ea3ec9c4a61e7eaca31baddc683943e46 Mon Sep 17 00:00:00 2001 From: Koji Arai Date: Wed, 13 Apr 2011 02:27:37 +0900 Subject: [PATCH] Renamed package name corresponding to the directory --- tests/src/com/fsck/k9/activity/AccountsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/com/fsck/k9/activity/AccountsTest.java b/tests/src/com/fsck/k9/activity/AccountsTest.java index 54a5d3670..81ef1c5f8 100644 --- a/tests/src/com/fsck/k9/activity/AccountsTest.java +++ b/tests/src/com/fsck/k9/activity/AccountsTest.java @@ -1,4 +1,4 @@ -package com.fsck.k9; +package com.fsck.k9.activity; import android.test.ActivityInstrumentationTestCase2; import com.fsck.k9.activity.Accounts;