-------------------------------------------------------------------------------
Test set: org.wso2.carbon.governance.api.test.SchemaTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 3.534 sec <<< FAILURE! - in org.wso2.carbon.governance.api.test.SchemaTest
testAddSchemaFromContentNoName(org.wso2.carbon.governance.api.test.SchemaTest)  Time elapsed: 2.632 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:</schemas/[unqualified]/0.01/b521a32b-3611-...> but was:</schemas/[org/bar/purchasing]/0.01/b521a32b-3611-...>
	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)

testAddSchema(org.wso2.carbon.governance.api.test.SchemaTest)  Time elapsed: 0.461 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.427 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)

