Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor tweak of test_osx_env to | Ronald Oussoren | 2010-07-23 | 1 | -1/+1 |
| | | | | | avoid failing when the framework is not yet installed. | ||||
* | Fix for issue #5408. This only enables test_osx_env when the current build | Ronald Oussoren | 2009-03-04 | 1 | -1/+3 |
| | | | | | is actually a framework build on OSX (the only environment where this test is valid). | ||||
* | This fixes issue5143 and includes a test. | Ronald Oussoren | 2009-02-12 | 1 | -0/+34 |
Issue5143 notes that getpath.c and main.c pass a 'char*' where a 'wchar_t*' is expected on OSX. |