fix unit test
This commit is contained in:
parent
a5f03c5dcd
commit
23adaa80e2
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ public class TestUnit extends AndroidTestCase {
|
|||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
if (isAssetCopied ==false) {
|
||||
Tester.setApplicationContext(getContext());
|
||||
copyAssetsFromPackage(getContext());
|
||||
isAssetCopied=true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue