Add the concept of "Project Name" to the RUNS table in the database.
[cfb.git] / test / net / jaekl / cfb / analyze / AnalysisTest.java
index 5b48927e8f9cf5ef99dd2839608e5752f55330ea..e874412281d6b2ca2189290600f9de5ae121d2f3 100644 (file)
@@ -61,7 +61,7 @@ public class AnalysisTest {
                try ( ByteArrayInputStream bais = new ByteArrayInputStream(SAMPLE1_XML.getBytes(utf8)))
                {
                        InputSource inputSource = new InputSource(bais); 
-                       Analysis analysis = new Analysis(null);
+                       Analysis analysis = new Analysis(null, null);
                        analysis.parse(inputSource);
                        
                        assertNotNull(analysis);