-------------------------------------------------------------------------------
Test set: org.wso2.carbon.governance.api.test.SchemaTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 3.13 sec <<< FAILURE! - in org.wso2.carbon.governance.api.test.SchemaTest
testAddSchema(org.wso2.carbon.governance.api.test.SchemaTest)  Time elapsed: 2.204 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:</schemas/[unqualified]/0.01/purchasing.xsd> but was:</schemas/[org/bar/purchasing]/0.01/purchasing.xsd>
	at junit.framework.Assert.assertEquals(Assert.java:81)
	at junit.framework.Assert.assertEquals(Assert.java:87)
	at org.wso2.carbon.governance.api.test.SchemaTest.testAddSchema(SchemaTest.java:48)

testAddSchemaFromContent(org.wso2.carbon.governance.api.test.SchemaTest)  Time elapsed: 0.53 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:</schemas/[unqualified]/0.01/newPurchasing....> but was:</schemas/[org/bar/purchasing]/0.01/newPurchasing....>
	at junit.framework.Assert.assertEquals(Assert.java:81)
	at junit.framework.Assert.assertEquals(Assert.java:87)
	at org.wso2.carbon.governance.api.test.SchemaTest.testAddSchemaFromContent(SchemaTest.java:114)

testAddSchemaFromContentNoName(org.wso2.carbon.governance.api.test.SchemaTest)  Time elapsed: 0.385 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:</schemas/[unqualified]/0.01/bd28207c-8d69-...> but was:</schemas/[org/bar/purchasing]/0.01/bd28207c-8d69-...>
	at junit.framework.Assert.assertEquals(Assert.java:81)
	at junit.framework.Assert.assertEquals(Assert.java:87)
	at org.wso2.carbon.governance.api.test.SchemaTest.testAddSchemaFromContentNoName(SchemaTest.java:146)

