Kenny Root
10362ab9d6
Add missing license notices on test classes
...
Change number and file origin info
34691-p9 frameworks/base/test-runner/src/android/test/ProviderTestCase2.java
48099-p9 frameworks/base/test-runner/src/android/test/RenamingDelegatingContext.java
40550-p9 frameworks/base/test-runner/src/android/test/BundlePrinter.java
87783-p9 frameworks/base/test-runner/src/android/test/IsolatedContext.java
34691-p9 frameworks/base/test-runner/src/android/test/ProviderTestCase.java
Change-Id: I1fea36db24e73f91ffdf43b84ff73be55478b53a
2010-03-12 11:14:55 -08:00
Paul Westbrook
69120a73d0
Bug 2306842
...
Since MockAccountManager was passing null to the AccountManager
constructor, unit tests where the AccountManager attempts to call
the AccountManagerService were crashing.
Now the getAccountsByTypeAndFeatures and blockingGetAuthToken
(which are the calls that the Gmail unit tests call) call a small
stub
At some point, all of the other AccountManager calls should be stubbed
out
2010-02-26 18:24:29 -08:00
Brett Chabot
e70f61b116
Retry test-runner tests move.
...
This time change the frameworks makefile so it only includes test-runner/src
in the public API.
2010-02-20 17:29:05 -08:00
Brett Chabot
c1ca8c51c6
Revert "Move framework test-runner unit tests to be closer to their source."
...
This reverts commit 12093976a4 .
2010-02-19 10:31:05 -08:00
Brett Chabot
12093976a4
Move framework test-runner unit tests to be closer to their source.
...
Move the test-runner source into a separate src folder to accommodate the test
move.
2010-02-19 09:58:29 -08:00