[Osgi-messages] SF.net SVN: osgi:[267] papoose-cmpn/trunk
Status: Beta
Brought to you by:
maguro
|
From: <osg...@li...> - 2010-04-20 19:30:40
|
Revision: 267
http://osgi.svn.sourceforge.net/osgi/?rev=267&view=rev
Author: maguro
Date: 2010-04-20 19:30:34 +0000 (Tue, 20 Apr 2010)
Log Message:
-----------
Minor cleanup
Modified Paths:
--------------
papoose-cmpn/trunk/http/src/main/java/org/papoose/http/ResourceServletWrapper.java
papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/http/HttpServiceImplTest.java
papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/log/LogServiceImplTest.java
Modified: papoose-cmpn/trunk/http/src/main/java/org/papoose/http/ResourceServletWrapper.java
===================================================================
--- papoose-cmpn/trunk/http/src/main/java/org/papoose/http/ResourceServletWrapper.java 2010-04-13 03:13:32 UTC (rev 266)
+++ papoose-cmpn/trunk/http/src/main/java/org/papoose/http/ResourceServletWrapper.java 2010-04-20 19:30:34 UTC (rev 267)
@@ -112,7 +112,6 @@
}
catch (Exception e)
{
- System.err.println(e);
resp.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
}
Modified: papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/http/HttpServiceImplTest.java
===================================================================
--- papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/http/HttpServiceImplTest.java 2010-04-13 03:13:32 UTC (rev 266)
+++ papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/http/HttpServiceImplTest.java 2010-04-20 19:30:34 UTC (rev 267)
@@ -71,9 +71,9 @@
// papoose(),
compendiumProfile(),
// vmOption("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"),
- // this is necessary to let junit runner not timout the remote process before attaching debugger
+ // this is necessary to let junit runner not timeout the remote process before attaching debugger
// setting timeout to 0 means wait as long as the remote service comes available.
- // starting with version 0.5.0 of PAx Exam this is no longer required as by default the framework tests
+ // starting with version 0.5.0 of PAX Exam this is no longer required as by default the framework tests
// will not be triggered till the framework is not started
// waitForFrameworkStartup()
provision(
@@ -85,6 +85,7 @@
);
}
+ @Test
public void testRegistrations() throws Exception
{
Assert.assertNotNull(bundleContext);
@@ -118,6 +119,7 @@
}
}
+ @Test
public void testResourceAbsolute() throws Exception
{
Assert.assertNotNull(bundleContext);
Modified: papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/log/LogServiceImplTest.java
===================================================================
--- papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/log/LogServiceImplTest.java 2010-04-13 03:13:32 UTC (rev 266)
+++ papoose-cmpn/trunk/tck/tests/src/test/java/org/papoose/tck/log/LogServiceImplTest.java 2010-04-20 19:30:34 UTC (rev 267)
@@ -72,9 +72,9 @@
// papoose(),
compendiumProfile(),
// vmOption("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"),
- // this is necessary to let junit runner not timout the remote process before attaching debugger
+ // this is necessary to let junit runner not timeout the remote process before attaching debugger
// setting timeout to 0 means wait as long as the remote service comes available.
- // starting with version 0.5.0 of PAx Exam this is no longer required as by default the framework tests
+ // starting with version 0.5.0 of PAX Exam this is no longer required as by default the framework tests
// will not be triggered till the framework is not started
// waitForFrameworkStartup()
provision(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|