summaryrefslogtreecommitdiff
path: root/cppe/test
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-14 12:47:01 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-14 12:47:01 +0000
commit3bcbeda49ab17dad01bb27beecad1ecb893dbbf5 (patch)
tree10105f7576af57164422bfc229eb666e0392d18b /cppe/test
parentfix up a typo and an unreachable code error under mono (diff)
downloadice-3bcbeda49ab17dad01bb27beecad1ecb893dbbf5.tar.bz2
ice-3bcbeda49ab17dad01bb27beecad1ecb893dbbf5.tar.xz
ice-3bcbeda49ab17dad01bb27beecad1ecb893dbbf5.zip
Fix bug with slicing test.
Diffstat (limited to 'cppe/test')
-rw-r--r--cppe/test/IceE/slicing/AllTests.cpp2
-rw-r--r--cppe/test/IceE/slicing/TestI.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cppe/test/IceE/slicing/AllTests.cpp b/cppe/test/IceE/slicing/AllTests.cpp
index 85887f0ba47..0a911e3826e 100644
--- a/cppe/test/IceE/slicing/AllTests.cpp
+++ b/cppe/test/IceE/slicing/AllTests.cpp
@@ -301,7 +301,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
}
}
tprintf("ok\n");
-
+
tprintf("slicing of unknown most derived, unknown intermediate as base... "); fflush(stdout);
{
try
diff --git a/cppe/test/IceE/slicing/TestI.h b/cppe/test/IceE/slicing/TestI.h
index 3f0c3ccb449..639f152ba50 100644
--- a/cppe/test/IceE/slicing/TestI.h
+++ b/cppe/test/IceE/slicing/TestI.h
@@ -37,7 +37,7 @@ public:
private:
- const ::Ice::ObjectAdapterPtr& _adapter;
+ const ::Ice::ObjectAdapterPtr _adapter;
};
#endif