Print

Print


Commit in projects/lcsim/trunk/integration-tests on MAIN
pom.xml+29added 3136
src/test/java/org/lcsim/HelloLCSim.java+11added 3136
+40
2 added files
Add integration-tests module.  (No tests yet.)

projects/lcsim/trunk/integration-tests
pom.xml added at 3136
--- projects/lcsim/trunk/integration-tests/pom.xml	                        (rev 0)
+++ projects/lcsim/trunk/integration-tests/pom.xml	2014-05-22 22:51:40 UTC (rev 3136)
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>lcsim-integration-tests</artifactId>
+    <name>integration-tests</name>
+    <description>Integration test suite for org.lcsim</description>
+    
+    <parent>
+        <groupId>org.lcsim</groupId>
+        <artifactId>lcsim-parent</artifactId>
+        <relativePath>../parent/pom.xml</relativePath>
+        <version>3.0.4-SNAPSHOT</version>
+    </parent>
+
+    <scm>
+        <url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/integration-tests/</url>
+        <connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</developerConnection>
+    </scm>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>lcsim-distribution</artifactId>
+            <type>pom</type>
+        </dependency>
+    </dependencies>
+
+</project>

projects/lcsim/trunk/integration-tests/src/test/java/org/lcsim
HelloLCSim.java added at 3136
--- projects/lcsim/trunk/integration-tests/src/test/java/org/lcsim/HelloLCSim.java	                        (rev 0)
+++ projects/lcsim/trunk/integration-tests/src/test/java/org/lcsim/HelloLCSim.java	2014-05-22 22:51:40 UTC (rev 3136)
@@ -0,0 +1,11 @@
+package org.lcsim;
+
+import junit.framework.TestCase;
+
+public class HelloLCSim extends TestCase {
+
+    public void test() {
+        System.out.println("hello org.lcsim");
+    }
+    
+}
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1