summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php/test/Ice/binding/Client.php1
-rw-r--r--php/test/Ice/defaultValue/Client.php2
-rw-r--r--php/test/Ice/inheritance/Client.php1
-rw-r--r--php/test/Ice/optional/Client.php1
-rwxr-xr-xruby/test/Ice/objects/Client.rb1
-rw-r--r--ruby/test/Ice/properties/Client.rb1
-rwxr-xr-xruby/test/Ice/proxy/Client.rb1
7 files changed, 0 insertions, 8 deletions
diff --git a/php/test/Ice/binding/Client.php b/php/test/Ice/binding/Client.php
index b0ee949457f..f029c6a8afe 100644
--- a/php/test/Ice/binding/Client.php
+++ b/php/test/Ice/binding/Client.php
@@ -517,7 +517,6 @@ function allTests($helper)
$com->shutdown();
}
-
class Client extends TestHelper
{
function run($args)
diff --git a/php/test/Ice/defaultValue/Client.php b/php/test/Ice/defaultValue/Client.php
index 230c68f7b8b..90d580638d9 100644
--- a/php/test/Ice/defaultValue/Client.php
+++ b/php/test/Ice/defaultValue/Client.php
@@ -8,7 +8,6 @@
//
// **********************************************************************
-
require_once('Test.php');
function allTests()
@@ -205,7 +204,6 @@ function allTests()
echo "ok\n";
}
-
class Client extends TestHelper
{
function run($args)
diff --git a/php/test/Ice/inheritance/Client.php b/php/test/Ice/inheritance/Client.php
index e4ca99c0e64..c37fd39576c 100644
--- a/php/test/Ice/inheritance/Client.php
+++ b/php/test/Ice/inheritance/Client.php
@@ -218,7 +218,6 @@ function allTests($helper)
return $initial;
}
-
class Client extends TestHelper
{
function run($args)
diff --git a/php/test/Ice/optional/Client.php b/php/test/Ice/optional/Client.php
index 3d99af5887e..5094a864465 100644
--- a/php/test/Ice/optional/Client.php
+++ b/php/test/Ice/optional/Client.php
@@ -826,7 +826,6 @@ function allTests($helper)
return $initial;
}
-
class Client extends TestHelper
{
function run($args)
diff --git a/ruby/test/Ice/objects/Client.rb b/ruby/test/Ice/objects/Client.rb
index 6e91e16bce4..000ca14fb64 100755
--- a/ruby/test/Ice/objects/Client.rb
+++ b/ruby/test/Ice/objects/Client.rb
@@ -13,7 +13,6 @@ Ice::loadSlice('Test.ice')
Ice::loadSlice('ClientPrivate.ice')
require './AllTests'
-
class Client < ::TestHelper
def run(args)
self.init(args:args) do |communicator|
diff --git a/ruby/test/Ice/properties/Client.rb b/ruby/test/Ice/properties/Client.rb
index cb793b85fe5..cc27bb0d71f 100644
--- a/ruby/test/Ice/properties/Client.rb
+++ b/ruby/test/Ice/properties/Client.rb
@@ -25,7 +25,6 @@ class App < Ice::Application
end
end
-
class Client < ::TestHelper
def run(args)
diff --git a/ruby/test/Ice/proxy/Client.rb b/ruby/test/Ice/proxy/Client.rb
index a83d2fe832a..16f6fcfb813 100755
--- a/ruby/test/Ice/proxy/Client.rb
+++ b/ruby/test/Ice/proxy/Client.rb
@@ -8,7 +8,6 @@
#
# **********************************************************************
-
require 'Ice'
Ice::loadSlice("'-I#{Ice.getSliceDir()}' Test.ice")
require './AllTests'