aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/champ-core/src/test/resources/import-test2.graphml
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-08-15 13:43:24 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-15 13:43:24 +0000
commite9f19eaf902ff2c1cdc02a5f90aa06fd582848a6 (patch)
tree6677edd4405496bb41b5b506a19fa540552ee14a /champ-lib/champ-core/src/test/resources/import-test2.graphml
parent76796c55198d8b7865c60a05654ef1a7975b0fb9 (diff)
parent8524acbca18540f589dcb9d8335e3cc67fb6e059 (diff)
Merge "Updated champ-lib to use the correct logger"
Diffstat (limited to 'champ-lib/champ-core/src/test/resources/import-test2.graphml')
-rw-r--r--champ-lib/champ-core/src/test/resources/import-test2.graphml29
1 files changed, 29 insertions, 0 deletions
diff --git a/champ-lib/champ-core/src/test/resources/import-test2.graphml b/champ-lib/champ-core/src/test/resources/import-test2.graphml
new file mode 100644
index 0000000..8fa63c2
--- /dev/null
+++ b/champ-lib/champ-core/src/test/resources/import-test2.graphml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
+ <key id="d0" for="node" attr.name="student" attr.type="boolean"/>
+ <key id="d1" for="node" attr.name="worth" attr.type="long"/>
+ <key id="d2" for="node" attr.name="age" attr.type="int"/>
+ <key id="d3" for="node" attr.name="height" attr.type="float"/>
+ <key id="d4" for="node" attr.name="weight" attr.type="double"/>
+ <key id="d5" for="node" attr.name="favoriteColor" attr.type="string">
+ <default>green</default>
+ </key>
+ <key id="d6" for="node" attr.name="name" attr.type="string"/>
+ <key id="d7" for="edge" attr.name="at" attr.type="long"/>
+ <key id="d8" for="node" attr.name="type" attr.type="string"/>
+ <key id="d9" for="edge" attr.name="type" attr.type="string"/>
+ <key id="d10" for="test" attr.name="name" attr.type="string">
+ <default>abc</default>
+ </key>
+ <key id="d11" for="edge" attr.name="favoriteColor" attr.type="string">
+ <default>green</default>
+ </key>
+ <graph id="unit-test" edgedefault="directed">
+ <edge id="e0" source="n0" target="n2">
+ <data key="d7">12348234</data>
+ <data key="d9">Dog</data>
+ </edge>
+ <test id="test" />
+ </graph>
+</graphml> \ No newline at end of file