Skip to content

Commit 044d007

Browse files
committed
admin: Repo change (more windows fixes)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 1d0a6b2 commit 044d007

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/cmake/testing.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ endfunction()
401401

402402
function (oiio_setup_test_data)
403403
oiio_get_test_data (oiio-images
404-
REPO https://github.com/OpenImageIO/oiio-images.git)
404+
REPO https://github.com/AcademySoftwareFoundation/OpenImageIO-images.git)
405405
oiio_get_test_data (openexr-images
406406
REPO https://github.com/AcademySoftwareFoundation/openexr-images.git
407407
BRANCH main)

testsuite/python-imageinput/ref/out-python3-win.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Could not open "badname.tif"
22
Error: Could not open file: S: Cannot open
3-
Opened "D:/a/oiio/oiio/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
3+
Opened "D:/a/OpenImageIO/OpenImageIO/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
44
resolution 2048x1536+0+0
55
untiled
66
3 channels: ('R', 'G', 'B')
@@ -96,23 +96,23 @@ Subimage 0 MIP level 10 :
9696
tile size 64x64x1
9797

9898
Testing read_image:
99-
Opened "D:/a/oiio/oiio/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
99+
Opened "D:/a/OpenImageIO/OpenImageIO/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
100100
@ (0, 0) = [40 35 57]
101101
@ (2047, 1535) = [37 56 89]
102102
@ (1024, 768) = [137 183 233]
103103

104-
Opened "D:/a/oiio/oiio/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
104+
Opened "D:/a/OpenImageIO/OpenImageIO/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
105105
@ (0, 0) = [0.15686275 0.13725491 0.22352943]
106106
@ (2047, 1535) = [0.14509805 0.21960786 0.34901962]
107107
@ (1024, 768) = [0.5372549 0.7176471 0.91372555]
108108

109-
Opened "D:/a/oiio/oiio/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
109+
Opened "D:/a/OpenImageIO/OpenImageIO/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
110110
@ (0, 0) = [40]
111111
@ (2047, 1535) = [37]
112112
@ (1024, 768) = [137]
113113

114114
Testing read_scanline:
115-
Opened "D:/a/oiio/oiio/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
115+
Opened "D:/a/OpenImageIO/OpenImageIO/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
116116
@ (0, 0) = [40 35 57]
117117
@ (0, 1535) = [ 82 94 136]
118118

@@ -122,7 +122,7 @@ Opened "grid.tx" as a tiff
122122
@ (32, 32) = [255 127 127 255]
123123

124124
Testing read_scanlines:
125-
Opened "D:/a/oiio/oiio/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
125+
Opened "D:/a/OpenImageIO/OpenImageIO/build/testsuite/oiio-images/tahoe-gps.jpg" as a jpeg
126126
@ (0, 0) = [40 35 57]
127127
@ (2047, 1535) = [37 56 89]
128128
@ (1024, 768) = [137 183 233]

0 commit comments

Comments
 (0)