Skip to content

Commit

Permalink
Rename test images
Browse files Browse the repository at this point in the history
  • Loading branch information
cosycode authored and TorsteinHonsi committed Mar 22, 2018
1 parent bafed32 commit be8acbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions samples/unit-tests/color/pattern-fill/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,22 +301,22 @@ QUnit.test('Images (dummy images, not loaded)', function (assert) {
data: [
['no', 1, {
pattern: {
image: 'base/test/1x1b.png'
image: 'base/test/test1x1b.png'
}
}],
['dk', 1, {
pattern: {
image: 'base/test/1x1b.png'
image: 'base/test/test1x1b.png'
}
}],
['se', 1, {
pattern: {
image: 'base/test/1x1w.png'
image: 'base/test/test1x1w.png'
}
}],
['fi', 1, {
pattern: {
image: 'base/test/1x1w.png',
image: 'base/test/test1x1w.png',
width: 10,
height: null // Autocompute
}
Expand Down Expand Up @@ -395,12 +395,12 @@ QUnit.test('Image auto resize with aspect ratio - map', function (assert) {
data: [
['no', 1, {
pattern: {
image: 'base/test/1x1b.png'
image: 'base/test/test1x1b.png'
}
}],
['at', 1, {
pattern: {
image: 'base/test/1x1w.png'
image: 'base/test/test1x1w.png'
}
}]
]
Expand Down Expand Up @@ -490,7 +490,7 @@ QUnit.test('Image auto resize with aspect ratio - column', function (assert) {
color: {
pattern: {
aspectRatio: 3 / 2,
image: 'base/test/1x1b.png'
image: 'base/test/test1x1b.png'
}
}
}]
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit be8acbc

Please sign in to comment.