History log of /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/FragmentContentIdTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1b7f3b0fa289f8ef42433192b663f223128c9e99 07-Apr-2017 Alan Viverette <alanv@google.com> Un-suppress test and restore AppCompatActivity.findViewById()

Bug: 36897036
Test: ./gradlew updateApi
Change-Id: I18619c071a6b50bb2ddb24102002c58b7a8cad20
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/FragmentContentIdTest.java
d88c4e9369baf40350063466d42f8f242f8641e0 05-Apr-2017 Alan Viverette <alanv@google.com> Disable failing test temporarily

Bug: 36991974
Test: ./gradlew connectedAndroidTest
Change-Id: I2f8518e578a0ef2e1e6f1f743b1facba53a8a106
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/FragmentContentIdTest.java
42e7d6fafcde7bfe261dd7d8d75ee53ca0cd6790 28-Sep-2016 Aurimas Liutikas <aurimas@google.com> Replace usage of Instrumentation#runOnMainSync with ActivityTestRule#runOnUiThread.

ActivityTestRule#runOnUiThread handles exceptions correctly and thus should be used
in place of Instrumentation#runOnMainSync. This changes most of these use-cases
except for tricky cases.

Bug: 31801302
Test: ran support-design:connectedCheck and support-appcompat:connectedCheck
Change-Id: I70904aef89e6bbc2a3cff1b3be697258d666e316
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/FragmentContentIdTest.java
754cb29c50f09a83251dd4bb633ba445b2411adb 27-Sep-2016 Aurimas Liutikas <aurimas@google.com> Switch from deprecated size annotations to new ones.

Switching from android.test.suitebuilder.annotation.*Test
to android.support.test.filters.*Test.

Bug: 30074170
Test: manual - ran small appcompat tests, they still run and pass
Change-Id: Idce58b988c8e1a809f7f5fae67e0e235159d9fc5
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/FragmentContentIdTest.java
8c3845ebb7e8198950510cd7a08bc8e66e2195fe 22-Feb-2016 Chris Banes <chrisbanes@google.com> Fix fragments to android.R.id.content not be removable

Caused by the way that AppCompat switches the content
view for its own. It transplants any views already
added to the window content view into its own, which
works. Fragment though keeps a reference to its
container view though, which is then incorrect.

Fixed by making sure that any call to findViewById()
installs AppCompat's sub-decor. Ensuring that any
fragments added to a container via an ID, already
have the sub-decor installed.

BUG: 27286333
Change-Id: Ia1bfc4f69620b4dbbe5e4625b268f1a2d7789e3a
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/FragmentContentIdTest.java