Skip to content

Commit 9a7db3b

Browse files
author
kohsuke
committedJan 7, 2008
make sure we got the right stack
git-svn-id: https://svn.java.net/svn/com4j~svn/trunk/com4j@336 590aa308-3dd6-4388-9d27-cebafe3e2bdc
1 parent 321ccda commit 9a7db3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/src/LongTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public void test1() {
1616
fail();
1717
} catch(ComException e) {
1818
// expected
19+
e.printStackTrace();
1920
}
2021
}
2122
}

0 commit comments

Comments
 (0)
Please sign in to comment.