Skip to content

Commit 1e38ae1

Browse files
author
Clement Champetier
committed
oiio: uncommented reader/writer tests
1 parent 7b14bb7 commit 1e38ae1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

plugins/image/io/OpenImageIO/tests/plugin_io_openImageIO.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ std::string pluginName = "tuttle.oiioreader";
3434
std::string filename = "jpeg/BLU.JPG";
3535
#include <tuttle/test/io/reader.hpp>
3636
BOOST_AUTO_TEST_SUITE_END()
37-
/*
37+
3838
BOOST_AUTO_TEST_SUITE( plugin_OpenImageIO_j2k_reader )
3939
std::string pluginName = "tuttle.oiioreader";
4040
std::string filename = "j2k/Bretagne1.j2k";
@@ -46,7 +46,7 @@ std::string pluginName = "tuttle.oiioreader";
4646
std::string filename = "jp2/relax.jp2";
4747
#include <tuttle/test/io/reader.hpp>
4848
BOOST_AUTO_TEST_SUITE_END()
49-
*/
49+
5050

5151
BOOST_AUTO_TEST_SUITE(plugin_OpenImageIO_png_reader)
5252
std::string pluginName = "tuttle.oiioreader";
@@ -61,13 +61,12 @@ std::string filename = "tif/test-ramp.tif";
6161
BOOST_AUTO_TEST_SUITE_END()
6262

6363
//// WRITER ////
64-
/*
64+
6565
BOOST_AUTO_TEST_SUITE( plugin_OpenImageIO_dpx_writer )
6666
std::string pluginName = "tuttle.oiiowriter";
6767
std::string filename = "test-oiio.dpx";
6868
#include <tuttle/test/io/writer.hpp>
6969
BOOST_AUTO_TEST_SUITE_END()
70-
*/
7170

7271
BOOST_AUTO_TEST_SUITE(plugin_OpenImageIO_exr_writer)
7372
std::string pluginName = "tuttle.oiiowriter";
@@ -81,7 +80,6 @@ std::string filename = "test-oiio.jpg";
8180
#include <tuttle/test/io/writer.hpp>
8281
BOOST_AUTO_TEST_SUITE_END()
8382

84-
/*
8583
BOOST_AUTO_TEST_SUITE( plugin_OpenImageIO_j2k_writer )
8684
std::string pluginName = "tuttle.oiiowriter";
8785
std::string filename = "test-oiio.j2k";
@@ -93,7 +91,6 @@ std::string pluginName = "tuttle.oiiowriter";
9391
std::string filename = "test-oiio.jp2";
9492
#include <tuttle/test/io/writer.hpp>
9593
BOOST_AUTO_TEST_SUITE_END()
96-
*/
9794

9895
BOOST_AUTO_TEST_SUITE(plugin_OpenImageIO_png_writer)
9996
std::string pluginName = "tuttle.oiiowriter";

0 commit comments

Comments
 (0)