Review: Disable envvar unit tests


Jeremy Selan <jeremy...@...>
 

Unit tests for envvars were failing, referencing files that weren't
checked into the source tree. Disabling these specific tests for now.

Commits:
0a052d9090c9d693f63cdb409260627406790d75

-- Jeremy


Malcolm Humphreys <malcolmh...@...>
 

hmm thats a bit weird the test should be creating all the files it is looking for.

--snip--
std::string lut2(two_dir+"somelut2.lut");

std::ofstream somelut2(lut2c_str());
somelut2.close();
--snip--

I'm guessing
OCIO_TEST_AREA env isn't being set correctly, i'll check it out when I am back. But I'm guessing this might change with the work you are doing with the globals.

.malcolm


On 06 Nov, 2010,at 11:22 AM, Jeremy Selan <jere...@...> wrote:

Unit tests for envvars were failing, referencing files that weren't
checked into the source tree. Disabling these specific tests for now.

Commits:
0a052d9090c9d693f63cdb409260627406790d75

-- Jeremy