Description
At least on my mac (with JDK 1.7.0_67), default value of WAREHOUSE_PATH in SQLConfSuite fails because left side of the assert doesn't have a trailing slash while the right does.
As srowen mentions here, the JVM adds a trailing slash if the directory exists and doesn't if it doesn't. I think it'd be good for the test to work regardless of the directory's existence.