コード例 #1
0
ファイル: JcrNodeTest.java プロジェクト: anistor/modeshape
  @BeforeClass
  public static final void beforeAll() throws Exception {
    MultiUseAbstractTest.beforeAll();

    // Import the node types and the data ...
    registerNodeTypes("cars.cnd");
    importContent(
        "/", "io/cars-system-view-with-uuids.xml", ImportUUIDBehavior.IMPORT_UUID_COLLISION_THROW);
  }
コード例 #2
0
 @BeforeClass
 public static final void beforeAll() throws Exception {
   MultiUseAbstractTest.beforeAll();
   // Import the node types and the data ...
   registerNodeTypes("cnd/large-collections.cnd");
 }