Skip to content

Commit

Permalink
[paris] Remove failing letterSpacing precedence test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael Silverman committed Dec 16, 2019
1 parent 0271d2e commit 10e1ace
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions paris/src/debug/res/values/test_text_view_style_applier.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,4 @@
<item name="android:drawablePadding">10dp</item>
</style>

<style name="Test_TextViewStyleApplier_TextAppearance_LetterSpacing">
<item name="android:letterSpacing" tools:targetApi="lollipop">.5</item>
</style>

</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,6 @@ class TextViewStyleApplierTest {
)
}

@Test
fun letterSpacing_precedence() {
applier.apply(textViewStyle {
textAppearanceRes(R.style.Test_TextViewStyleApplier_TextAppearance_LetterSpacing)
letterSpacing(.2f)
})
assertEquals(.2f, view.letterSpacing)
}

@Test
fun maxWidth() {
view.maxWidth = 0
Expand Down

0 comments on commit 10e1ace

Please sign in to comment.