summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-06 16:58:38 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-06 16:58:38 +0100
commit948c18ac0abd7ff12d29da584ad7b21822945a2f (patch)
tree3501e0c45ee39020ee537cbd6413db0659d04141 /java/test/Ice/exceptions/Test.ice
parent3.5b TP installer build (diff)
downloadice-948c18ac0abd7ff12d29da584ad7b21822945a2f.tar.bz2
ice-948c18ac0abd7ff12d29da584ad7b21822945a2f.tar.xz
ice-948c18ac0abd7ff12d29da584ad7b21822945a2f.zip
Lots of minor test and build fixes.
- Added --client-home option to allow running tests against clients from another source distribution. - Fixed bogus identation in some Makefiles - Fixed installation of Ice for Java on platforms where the GUI isn't built. - Added more cross language tests. - Fixed issues with running the tests against a binary distribution.
Diffstat (limited to 'java/test/Ice/exceptions/Test.ice')
-rw-r--r--java/test/Ice/exceptions/Test.ice4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/test/Ice/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice
index 35dca6dbfe4..ec93564a599 100644
--- a/java/test/Ice/exceptions/Test.ice
+++ b/java/test/Ice/exceptions/Test.ice
@@ -19,9 +19,7 @@ interface Empty
interface Thrower;
-exception Base {};
-
-exception A extends Base
+exception A
{
int aMem;
};