propagate loggin fixes

This commit is contained in:
Alex Huang 2011-06-22 16:36:24 -07:00
parent 6e405efe01
commit 251552f679
1 changed files with 1 additions and 1 deletions

View File

@ -12,10 +12,10 @@ import com.cloud.utils.exception.CloudRuntimeException;
public class CglibThrowableRendererTest extends TestCase {
private final static Logger s_logger = Logger.getLogger(CglibThrowableRendererTest.class);
public static class Test {
@DB
public void exception1() {
throw new IllegalArgumentException("What a bad exception");
}
public void exception2() {
try {
exception1();