Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697441
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
795 B
Subscribers
None
View Options
diff --git a/api/server/src/test/java/org/softwareheritage/graph/GraphTest.java b/api/server/src/test/java/org/softwareheritage/graph/GraphTest.java
index 6322153..76dcd36 100644
--- a/api/server/src/test/java/org/softwareheritage/graph/GraphTest.java
+++ b/api/server/src/test/java/org/softwareheritage/graph/GraphTest.java
@@ -1,19 +1,21 @@
package org.softwareheritage.graph;
+import java.io.IOException;
+
import org.junit.BeforeClass;
import org.softwareheritage.graph.Graph;
public class GraphTest {
static Graph graph;
@BeforeClass
- public static void setUp() {
+ public static void setUp() throws IOException {
String graphPath = System.getProperty("graphPath");
graph = new Graph(graphPath);
}
public Graph getGraph() {
return graph;
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Aug 18, 11:45 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3265433
Attached To
rDGRPH Compressed graph representation
Event Timeline
Log In to Comment