Author: solomax
Date: Tue Mar 6 17:13:41 2012
New Revision: 1297580
URL: http://svn.apache.org/viewvc?rev=1297580&view=rev
Log:
Tests are partially fixed; sip-applet removed
Removed:
incubator/openmeetings/trunk/singlewebapp/WebContent/openmeetings/sip-applet/
Modified:
incubator/openmeetings/trunk/singlewebapp/build.xml
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/TestConnection.java
Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1297580&r1=1297579&r2=1297580&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Tue Mar 6 17:13:41 2012
@@ -686,7 +686,6 @@
</condition>
<condition property="junit.test.formatter" value="${test.formatter}"
else="xml">
- <!-- plain -->
<isset property="test.formatter" />
</condition>
@@ -695,8 +694,6 @@
<path refid="compile.classpath" />
<pathelement path="${classes.dir}" />
<pathelement path="src" />
- <fileset dir="${red5.root}/lib" includes="*.jar" />
- <fileset dir="${database.lib}" includes="*.jar" />
<pathelement path="${red5.root}/conf" />
<pathelement path="${om.dist.webapp}" />
<pathelement path="${om.dist.webapp}/WEB-INF" />
Modified:
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/TestConnection.java
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/TestConnection.java?rev=1297580&r1=1297579&r2=1297580&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/TestConnection.java
(original)
+++
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/TestConnection.java
Tue Mar 6 17:13:41 2012
@@ -18,14 +18,12 @@
*/
package org.openmeetings.test;
+import org.junit.Test;
+
public class TestConnection {
- public static void main(String[] args) {
- try {
-
- } catch (Exception err) {
- err.printStackTrace();
- }
+ @Test
+ public void testNoop() {
}
}