summaryrefslogtreecommitdiffstats
path: root/tests/imgPhoto.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-03 14:38:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-03 14:38:26 (GMT)
commit769c871f62cd237acec5479e978538048a44ffa7 (patch)
tree2d4e9864e81d0f27b215dfb7d0b3cfc5aee6f0c5 /tests/imgPhoto.test
parentdd934a212b23380896103b0f3a1ff1cccfc8718e (diff)
parent83284028be79738bc82ba21dd3f02fe2effb46ee (diff)
downloadtk-769c871f62cd237acec5479e978538048a44ffa7.zip
tk-769c871f62cd237acec5479e978538048a44ffa7.tar.gz
tk-769c871f62cd237acec5479e978538048a44ffa7.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/imgPhoto.test')
-rw-r--r--tests/imgPhoto.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test
index 9c33738..88e4662 100644
--- a/tests/imgPhoto.test
+++ b/tests/imgPhoto.test
@@ -218,7 +218,7 @@ test imgPhoto-2.2 {ImgPhotoCreate procedure} -setup {
# set msg
# } {couldn't open "bogus.img": no such file or directory}
-test imgPhoto-3.1 {ImgPhotoConfigureMaster procedure} -constraints {
+test imgPhoto-3.1 {ImgPhotoConfigureModel procedure} -constraints {
hasTeapotPhoto
} -body {
image create photo photo1 -file $teapotPhotoFile
@@ -226,7 +226,7 @@ test imgPhoto-3.1 {ImgPhotoConfigureMaster procedure} -constraints {
} -cleanup {
image delete photo1
} -result {}
-test imgPhoto-3.2 {ImgPhotoConfigureMaster procedure} -constraints {
+test imgPhoto-3.2 {ImgPhotoConfigureModel procedure} -constraints {
hasTeapotPhoto
} -body {
image create photo photo1 -file $teapotPhotoFile
@@ -235,7 +235,7 @@ test imgPhoto-3.2 {ImgPhotoConfigureMaster procedure} -constraints {
} -cleanup {
image delete photo1
} -result {1 {couldn't open "bogus": no such file or directory} 256 256}
-test imgPhoto-3.3 {ImgPhotoConfigureMaster procedure} -constraints {
+test imgPhoto-3.3 {ImgPhotoConfigureModel procedure} -constraints {
hasTeapotPhoto
} -setup {
destroy .c