From 3eead18a426b0300ecc9e137ca723dc45c7376d7 Mon Sep 17 00:00:00 2001 From: InnoFang Date: Mon, 3 Jun 2019 14:05:10 +0800 Subject: [PATCH] :white_check_mark: test VF2 --- src/test/java/io/github/innofang/lib/VF2Test.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/java/io/github/innofang/lib/VF2Test.java b/src/test/java/io/github/innofang/lib/VF2Test.java index 7d3e275..97152fa 100644 --- a/src/test/java/io/github/innofang/lib/VF2Test.java +++ b/src/test/java/io/github/innofang/lib/VF2Test.java @@ -69,8 +69,8 @@ public void testVF2WithEmailEuCore() throws InvocationTargetException, NoSuchMet targetGraphPath, sourceGraphPath, VF2State.class, - new UnweightedGraphDBDataSet(), new EmailEuCoreDataSet(), + new UnweightedGraphDBDataSet(), mapping -> { System.out.println(mapping.toString()); return false; @@ -91,8 +91,8 @@ public void testVF2WithEmailEuCoreAndQueryGraph() throws InvocationTargetExcepti targetGraphPath, sourceGraphPath, VF2State.class, - new UnweightedDiGraphDataSet(), new EmailEuCoreDataSet(), + new UnweightedDiGraphDataSet(), mapping -> { System.out.println(mapping.toString()); return false; @@ -109,8 +109,8 @@ public void testVF2WithEmailEuCoreAndQueryGraph2() throws InvocationTargetExcept targetGraphPath, sourceGraphPath, VF2State.class, - new UnweightedDiGraphDataSet(), new EmailEuCoreDataSet(), + new UnweightedDiGraphDataSet(), mapping -> { System.out.println(mapping.toString()); return false; @@ -127,8 +127,8 @@ public void testVF2WithEmailEuCoreDepartmentLabel() throws InvocationTargetExcep targetGraphPath, sourceGraphPath, VF2State.class, - new UnweightedGraphDBDataSet(), new EmailEuCoreDataSet(), + new UnweightedGraphDBDataSet(), mapping -> { System.out.println(mapping.toString()); return false; @@ -149,8 +149,8 @@ public void testVF2WithUnweightedDiGraph() throws InvocationTargetException, NoS targetGraphPath, sourceGraphPath, VF2State.class, - new UnweightedGraphDBDataSet(), new UnweightedDiGraphDataSet(), + new UnweightedGraphDBDataSet(), mapping -> { System.out.println(mapping.toString()); return false;