aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/testSourceProxy.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/testSourceProxy.qml')
-rw-r--r--tests/manual/testSourceProxy.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/testSourceProxy.qml b/tests/manual/testSourceProxy.qml
index 1ca3f95..a623ff7 100644
--- a/tests/manual/testSourceProxy.qml
+++ b/tests/manual/testSourceProxy.qml
@@ -223,19 +223,19 @@ Item {
label: "source: none\nproxy: any-interpolation"
sourcing: "none"
proxyInterpolation: SourceProxy.AnyInterpolation
- expectProxy: true
+ expectProxy: false
}
SourceProxyTest {
label: "source: none\nproxy: nearest-interpolation"
sourcing: "none"
proxyInterpolation: SourceProxy.NearestInterpolation
- expectProxy: true
+ expectProxy: false
}
SourceProxyTest {
label: "source: none\nproxy: linear-interpolation"
sourcing: "none"
proxyInterpolation: SourceProxy.LinearInterpolation
- expectProxy: true
+ expectProxy: false
}