forked from orientechnologies/orientdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto generarion of GreatefulDeadConcerts database on maven build
- Loading branch information
Showing
4 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
graphdb/src/test/resources/com/orientechnologies/orient/graph/gremlin/graphdb-test.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd"> | ||
<suite name="GraphDB test suite" verbose="2" parallel="false"> | ||
|
||
<test name="Default" preserve-order="true"> | ||
<suite name="GraphDB test suite" verbose="3" parallel="false"> | ||
<test name="Default"> | ||
<classes> | ||
<class name="com.orientechnologies.orient.graph.blueprints.TestLoadGraph" /> | ||
<class name="com.orientechnologies.orient.graph.blueprints.LocalGremlinTest" /> | ||
<!-- <class name="com.orientechnologies.orient.graph.blueprints.RemoteGremlinTest" /> --> | ||
<class | ||
name="com.orientechnologies.orient.graph.blueprints.LocalGremlinTest" /> | ||
<!-- <class name="com.orientechnologies.orient.graph.blueprints.RemoteGremlinTest" | ||
/> --> | ||
</classes> | ||
</test> | ||
</suite> |