* A simple test to exercise the meta-model api.
*/
@Test
public void shouldCreateMetaModel()
{
IndexService index = new LuceneIndexService( neo4j );
MetaModel meta = new MetaModelImpl( neo4j, index );
Transaction tx = neo4j.beginTx();
try
{
MetaModelNamespace namespace = meta.getGlobalNamespace();