diff options
author | Joe George <joe@zeroc.com> | 2017-05-09 16:39:18 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-09 16:39:56 -0400 |
commit | a0dae9ed44e1f8ebd928389e612f4a502c05701a (patch) | |
tree | ee40c6f9262601b387e17c90fccf9213564d3b7a /cpp/test | |
parent | ICE-7868 - Update to latest gulp builder (diff) | |
download | ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.bz2 ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.xz ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.zip |
Cleanup more whitespace
Remove extra newlines from the end of files and add newlines to files
which are missing one.
Diffstat (limited to 'cpp/test')
119 files changed, 64 insertions, 124 deletions
diff --git a/cpp/test/.gitignore b/cpp/test/.gitignore index cd450510b65..fe6afa02773 100644 --- a/cpp/test/.gitignore +++ b/cpp/test/.gitignore @@ -2,4 +2,4 @@ Debug/* Release/* TestSuite/Debug/* TestSuite/Release/* -*.pch
\ No newline at end of file +*.pch diff --git a/cpp/test/Glacier2/application/Callback.ice b/cpp/test/Glacier2/application/Callback.ice index 8a16bb84c4c..a221d277130 100644 --- a/cpp/test/Glacier2/application/Callback.ice +++ b/cpp/test/Glacier2/application/Callback.ice @@ -25,4 +25,3 @@ interface Callback } } - diff --git a/cpp/test/Glacier2/application/Client.cpp b/cpp/test/Glacier2/application/Client.cpp index 17f30885674..bc6fb814f5f 100644 --- a/cpp/test/Glacier2/application/Client.cpp +++ b/cpp/test/Glacier2/application/Client.cpp @@ -151,4 +151,3 @@ main(int argc, char* argv[]) communicator->destroy(); return status; } - diff --git a/cpp/test/Glacier2/application/Server.cpp b/cpp/test/Glacier2/application/Server.cpp index d03dd16835d..21b63dbb2cf 100644 --- a/cpp/test/Glacier2/application/Server.cpp +++ b/cpp/test/Glacier2/application/Server.cpp @@ -67,4 +67,3 @@ main(int argc, char* argv[]) Ice::InitializationData initData = getTestInitData(argc, argv); return app.main(argc, argv, initData); } - diff --git a/cpp/test/Glacier2/attack/Backend.ice b/cpp/test/Glacier2/attack/Backend.ice index b83c7827f70..759fb455a90 100644 --- a/cpp/test/Glacier2/attack/Backend.ice +++ b/cpp/test/Glacier2/attack/Backend.ice @@ -18,4 +18,3 @@ interface Backend } } - diff --git a/cpp/test/Glacier2/dynamicFiltering/Test.ice b/cpp/test/Glacier2/dynamicFiltering/Test.ice index a725dc48886..e72d91a7850 100644 --- a/cpp/test/Glacier2/dynamicFiltering/Test.ice +++ b/cpp/test/Glacier2/dynamicFiltering/Test.ice @@ -53,4 +53,3 @@ interface TestSession extends Glacier2::Session } } - diff --git a/cpp/test/Glacier2/override/Callback.ice b/cpp/test/Glacier2/override/Callback.ice index 8b80b52d2fb..2af777d65b3 100644 --- a/cpp/test/Glacier2/override/Callback.ice +++ b/cpp/test/Glacier2/override/Callback.ice @@ -31,4 +31,3 @@ interface Callback } } - diff --git a/cpp/test/Glacier2/router/Callback.ice b/cpp/test/Glacier2/router/Callback.ice index 9ba5aa49e96..87e6076a947 100644 --- a/cpp/test/Glacier2/router/Callback.ice +++ b/cpp/test/Glacier2/router/Callback.ice @@ -51,4 +51,3 @@ interface Callback } } - diff --git a/cpp/test/Glacier2/sessionControl/Session.ice b/cpp/test/Glacier2/sessionControl/Session.ice index e20c434c4e4..9491b312736 100644 --- a/cpp/test/Glacier2/sessionControl/Session.ice +++ b/cpp/test/Glacier2/sessionControl/Session.ice @@ -22,4 +22,3 @@ interface Session extends Glacier2::Session } } - diff --git a/cpp/test/Glacier2/sessionHelper/Callback.ice b/cpp/test/Glacier2/sessionHelper/Callback.ice index 3ab836f2d6e..d8d26b60a2d 100644 --- a/cpp/test/Glacier2/sessionHelper/Callback.ice +++ b/cpp/test/Glacier2/sessionHelper/Callback.ice @@ -37,4 +37,3 @@ interface Callback } } - diff --git a/cpp/test/Glacier2/sessionHelper/Server.cpp b/cpp/test/Glacier2/sessionHelper/Server.cpp index e2aef4d481c..d31562d9292 100644 --- a/cpp/test/Glacier2/sessionHelper/Server.cpp +++ b/cpp/test/Glacier2/sessionHelper/Server.cpp @@ -75,4 +75,3 @@ main(int argc, char* argv[]) cerr << "exit status: " << status << endl; return status; } - diff --git a/cpp/test/Glacier2/staticFiltering/Backend.ice b/cpp/test/Glacier2/staticFiltering/Backend.ice index b83c7827f70..759fb455a90 100644 --- a/cpp/test/Glacier2/staticFiltering/Backend.ice +++ b/cpp/test/Glacier2/staticFiltering/Backend.ice @@ -18,4 +18,3 @@ interface Backend } } - diff --git a/cpp/test/Ice/acm/Test.ice b/cpp/test/Ice/acm/Test.ice index 520c551ce34..3eef0a34184 100644 --- a/cpp/test/Ice/acm/Test.ice +++ b/cpp/test/Ice/acm/Test.ice @@ -36,4 +36,3 @@ interface RemoteCommunicator } } - diff --git a/cpp/test/Ice/ami/Test.ice b/cpp/test/Ice/ami/Test.ice index 55cb96b97b1..8ef2be51924 100644 --- a/cpp/test/Ice/ami/Test.ice +++ b/cpp/test/Ice/ami/Test.ice @@ -65,4 +65,3 @@ interface TestIntfController } } - diff --git a/cpp/test/Ice/background/Configuration.cpp b/cpp/test/Ice/background/Configuration.cpp index dff12668226..a6aeafa641a 100644 --- a/cpp/test/Ice/background/Configuration.cpp +++ b/cpp/test/Ice/background/Configuration.cpp @@ -198,4 +198,3 @@ Configuration::getInstance() { return _instance; } - diff --git a/cpp/test/Ice/background/Test.ice b/cpp/test/Ice/background/Test.ice index 8732c9d5213..9aa258770c1 100644 --- a/cpp/test/Ice/background/Test.ice +++ b/cpp/test/Ice/background/Test.ice @@ -45,4 +45,3 @@ interface BackgroundController } } - diff --git a/cpp/test/Ice/background/Transceiver.cpp b/cpp/test/Ice/background/Transceiver.cpp index a1b86860044..71716b424c5 100644 --- a/cpp/test/Ice/background/Transceiver.cpp +++ b/cpp/test/Ice/background/Transceiver.cpp @@ -269,4 +269,3 @@ Transceiver::Transceiver(const IceInternal::TransceiverPtr& transceiver) : _readBufferPos = _readBuffer.b.begin(); _readBuffer.i = _readBuffer.b.begin(); } - diff --git a/cpp/test/Ice/binding/Test.ice b/cpp/test/Ice/binding/Test.ice index 32929b4d959..de2937a32ce 100644 --- a/cpp/test/Ice/binding/Test.ice +++ b/cpp/test/Ice/binding/Test.ice @@ -34,4 +34,3 @@ interface RemoteCommunicator } } - diff --git a/cpp/test/Ice/binding/TestI.cpp b/cpp/test/Ice/binding/TestI.cpp index 1cafa284c46..ae8dcb83713 100644 --- a/cpp/test/Ice/binding/TestI.cpp +++ b/cpp/test/Ice/binding/TestI.cpp @@ -94,4 +94,3 @@ TestI::getAdapterName(const Ice::Current& current) { return current.adapter->getName(); } - diff --git a/cpp/test/Ice/checksum/Test.ice b/cpp/test/Ice/checksum/Test.ice index ba1f503b7ec..3eb3fc615a9 100644 --- a/cpp/test/Ice/checksum/Test.ice +++ b/cpp/test/Ice/checksum/Test.ice @@ -22,4 +22,3 @@ interface Checksum } } - diff --git a/cpp/test/Ice/custom/StringConverterI.cpp b/cpp/test/Ice/custom/StringConverterI.cpp index f66699e445f..1ae3c702114 100644 --- a/cpp/test/Ice/custom/StringConverterI.cpp +++ b/cpp/test/Ice/custom/StringConverterI.cpp @@ -68,4 +68,3 @@ Test::WstringConverterI::fromUTF8(const Byte* sourceStart, const Byte* sourceEnd } target = stringToWstring(s); } - diff --git a/cpp/test/Ice/custom/Wstring.ice b/cpp/test/Ice/custom/Wstring.ice index 2fa9db98fc2..766f6bb5a8b 100644 --- a/cpp/test/Ice/custom/Wstring.ice +++ b/cpp/test/Ice/custom/Wstring.ice @@ -66,4 +66,3 @@ dictionary<["cpp:type:wstring"] string, ["cpp:type:wstring"] string> WstringWStr } } - diff --git a/cpp/test/Ice/custom/WstringAMD.ice b/cpp/test/Ice/custom/WstringAMD.ice index 46d9078b6e7..ef11172bbd9 100644 --- a/cpp/test/Ice/custom/WstringAMD.ice +++ b/cpp/test/Ice/custom/WstringAMD.ice @@ -66,4 +66,3 @@ dictionary<["cpp:type:wstring"] string, ["cpp:type:wstring"] string> WstringWStr } } - diff --git a/cpp/test/Ice/defaultServant/Makefile.mk b/cpp/test/Ice/defaultServant/Makefile.mk index 17b04b2d796..48ddbca1b5c 100644 --- a/cpp/test/Ice/defaultServant/Makefile.mk +++ b/cpp/test/Ice/defaultServant/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_sources = Client.cpp AllTests.cpp Test.ice TestI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/defaultServant/Test.ice b/cpp/test/Ice/defaultServant/Test.ice index 008af826dc6..dab067ec07f 100644 --- a/cpp/test/Ice/defaultServant/Test.ice +++ b/cpp/test/Ice/defaultServant/Test.ice @@ -18,4 +18,3 @@ interface MyObject } } - diff --git a/cpp/test/Ice/dispatcher/Makefile.mk b/cpp/test/Ice/dispatcher/Makefile.mk index ed8a69360e1..2509764e36b 100644 --- a/cpp/test/Ice/dispatcher/Makefile.mk +++ b/cpp/test/Ice/dispatcher/Makefile.mk @@ -10,4 +10,4 @@ $(test)_client_sources = $(test-client-sources) Dispatcher.cpp $(test)_server_sources = $(test-server-sources) Dispatcher.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/dispatcher/Test.ice b/cpp/test/Ice/dispatcher/Test.ice index 16999999741..262051819c3 100644 --- a/cpp/test/Ice/dispatcher/Test.ice +++ b/cpp/test/Ice/dispatcher/Test.ice @@ -29,4 +29,3 @@ interface TestIntfController } } - diff --git a/cpp/test/Ice/exceptions/Makefile.mk b/cpp/test/Ice/exceptions/Makefile.mk index 5be8fd01531..b7cf8cc064c 100644 --- a/cpp/test/Ice/exceptions/Makefile.mk +++ b/cpp/test/Ice/exceptions/Makefile.mk @@ -11,4 +11,4 @@ $(test)_client_sources = $(test-client-sources) ExceptionsI.cpp $(test)_server_sources = $(test-server-sources) ExceptionsI.cpp $(test)_serveramd_sources = $(test-serveramd-sources) ExceptionsI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/exceptions/Test.ice b/cpp/test/Ice/exceptions/Test.ice index 145811a6449..794fcd7d863 100644 --- a/cpp/test/Ice/exceptions/Test.ice +++ b/cpp/test/Ice/exceptions/Test.ice @@ -106,4 +106,3 @@ interface WrongOperation } } - diff --git a/cpp/test/Ice/exceptions/TestAMD.ice b/cpp/test/Ice/exceptions/TestAMD.ice index 153692feb78..6cca12e0837 100644 --- a/cpp/test/Ice/exceptions/TestAMD.ice +++ b/cpp/test/Ice/exceptions/TestAMD.ice @@ -112,4 +112,3 @@ module Mod } } - diff --git a/cpp/test/Ice/facets/Test.ice b/cpp/test/Ice/facets/Test.ice index 4269e7deb11..8a55ad38274 100644 --- a/cpp/test/Ice/facets/Test.ice +++ b/cpp/test/Ice/facets/Test.ice @@ -58,4 +58,3 @@ interface H extends G } } - diff --git a/cpp/test/Ice/hash/Test.ice b/cpp/test/Ice/hash/Test.ice index f7bc51e3f85..fc654d284c6 100644 --- a/cpp/test/Ice/hash/Test.ice +++ b/cpp/test/Ice/hash/Test.ice @@ -17,4 +17,3 @@ class Point } } - diff --git a/cpp/test/Ice/impl/msbuild/server/dummy.txt b/cpp/test/Ice/impl/msbuild/server/dummy.txt index bc0a314a3b7..a38380ac11f 100644 --- a/cpp/test/Ice/impl/msbuild/server/dummy.txt +++ b/cpp/test/Ice/impl/msbuild/server/dummy.txt @@ -1 +1 @@ -# Dumy file to run slice2cpp --impl
\ No newline at end of file +# Dumy file to run slice2cpp --impl diff --git a/cpp/test/Ice/impl/msbuild/serveramd/dummy.txt b/cpp/test/Ice/impl/msbuild/serveramd/dummy.txt index bc0a314a3b7..a38380ac11f 100644 --- a/cpp/test/Ice/impl/msbuild/serveramd/dummy.txt +++ b/cpp/test/Ice/impl/msbuild/serveramd/dummy.txt @@ -1 +1 @@ -# Dumy file to run slice2cpp --impl
\ No newline at end of file +# Dumy file to run slice2cpp --impl diff --git a/cpp/test/Ice/info/Makefile.mk b/cpp/test/Ice/info/Makefile.mk index c51423f6b93..c918e439188 100644 --- a/cpp/test/Ice/info/Makefile.mk +++ b/cpp/test/Ice/info/Makefile.mk @@ -10,4 +10,4 @@ $(test)_client_sources = Test.ice TestI.cpp Client.cpp AllTests.cpp $(test)_dependencies = IceSSL Ice TestCommon -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/interceptor/Makefile.mk b/cpp/test/Ice/interceptor/Makefile.mk index ee1c8b04830..d191a0d9b49 100644 --- a/cpp/test/Ice/interceptor/Makefile.mk +++ b/cpp/test/Ice/interceptor/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_sources = Client.cpp Test.ice TestI.cpp MyObjectI.cpp InterceptorI.cpp AMDInterceptorI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/invoke/Makefile.mk b/cpp/test/Ice/invoke/Makefile.mk index 508536e6c68..6d32f03cecb 100644 --- a/cpp/test/Ice/invoke/Makefile.mk +++ b/cpp/test/Ice/invoke/Makefile.mk @@ -9,4 +9,4 @@ $(test)_server_sources = Server.cpp Test.ice BlobjectI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/library/AllTests.cpp b/cpp/test/Ice/library/AllTests.cpp index c8ce74fed81..48b7e95d421 100644 --- a/cpp/test/Ice/library/AllTests.cpp +++ b/cpp/test/Ice/library/AllTests.cpp @@ -41,4 +41,3 @@ void allTests(const Ice::ObjectAdapterPtr& oa) Test::MyInterfacePrxPtr proxy = ICE_UNCHECKED_CAST(Test::MyInterfacePrx, oa->addWithUUID(servant)); consume(servant, proxy); } - diff --git a/cpp/test/Ice/location/Makefile.mk b/cpp/test/Ice/location/Makefile.mk index 75a279f58bc..204c8c24b6d 100644 --- a/cpp/test/Ice/location/Makefile.mk +++ b/cpp/test/Ice/location/Makefile.mk @@ -9,4 +9,4 @@ $(test)_server_sources = $(test-server-sources) ServerLocator.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/logger/Makefile.mk b/cpp/test/Ice/logger/Makefile.mk index 86b55596f39..004aa586fb0 100644 --- a/cpp/test/Ice/logger/Makefile.mk +++ b/cpp/test/Ice/logger/Makefile.mk @@ -16,4 +16,4 @@ $(test)_client3_sources = Client3.cpp $(test)_client4_sources = Client4.cpp $(test)_client5_sources = Client5.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/logger/config.client b/cpp/test/Ice/logger/config.client index b539997fb40..22db49374f3 100644 --- a/cpp/test/Ice/logger/config.client +++ b/cpp/test/Ice/logger/config.client @@ -1,4 +1,4 @@ # # The properties files is UTF8 encoded. # -Ice.ProgramName = aplicación
\ No newline at end of file +Ice.ProgramName = aplicación diff --git a/cpp/test/Ice/objects/Makefile.mk b/cpp/test/Ice/objects/Makefile.mk index 9cbae24e215..7f90ebfbb44 100644 --- a/cpp/test/Ice/objects/Makefile.mk +++ b/cpp/test/Ice/objects/Makefile.mk @@ -12,4 +12,4 @@ $(test)_client_sources = Client.cpp Test.ice Derived.ice DerivedEx.ice $(test)_server_sources = Server.cpp Test.ice Derived.ice DerivedEx.ice TestI.cpp TestIntfI.cpp $(test)_collocated_sources = Collocated.cpp Test.ice Derived.ice DerivedEx.ice TestI.cpp TestIntfI.cpp AllTests.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/operations/TestAMDI.cpp b/cpp/test/Ice/operations/TestAMDI.cpp index f24f5b95fa0..21b49be2600 100644 --- a/cpp/test/Ice/operations/TestAMDI.cpp +++ b/cpp/test/Ice/operations/TestAMDI.cpp @@ -1900,4 +1900,3 @@ MyDerivedClassI::opMDict2_async(const Test::AMD_MyClass_opMDict2Ptr& cb, } #endif - diff --git a/cpp/test/Ice/properties/config/config.1 b/cpp/test/Ice/properties/config/config.1 index 2a20653e4c5..77d9c61cd04 100644 --- a/cpp/test/Ice/properties/config/config.1 +++ b/cpp/test/Ice/properties/config/config.1 @@ -1 +1 @@ -Config1=Config1
\ No newline at end of file +Config1=Config1 diff --git a/cpp/test/Ice/properties/config/config.2 b/cpp/test/Ice/properties/config/config.2 index be276df6602..f6fc2c4c692 100644 --- a/cpp/test/Ice/properties/config/config.2 +++ b/cpp/test/Ice/properties/config/config.2 @@ -1 +1 @@ -Config2=Config2
\ No newline at end of file +Config2=Config2 diff --git a/cpp/test/Ice/properties/config/config.3 b/cpp/test/Ice/properties/config/config.3 index 55c1e1123f6..35e1cf8be44 100644 --- a/cpp/test/Ice/properties/config/config.3 +++ b/cpp/test/Ice/properties/config/config.3 @@ -1 +1 @@ -Config3=Config3
\ No newline at end of file +Config3=Config3 diff --git a/cpp/test/Ice/properties/config/configPath b/cpp/test/Ice/properties/config/configPath index 02926394df5..59d8001a8ce 100644 --- a/cpp/test/Ice/properties/config/configPath +++ b/cpp/test/Ice/properties/config/configPath @@ -1 +1 @@ -./config/中国_client.config
\ No newline at end of file +./config/中国_client.config diff --git a/cpp/test/Ice/properties/config/escapes.cfg b/cpp/test/Ice/properties/config/escapes.cfg index 4c3376d550a..bd7c16643d9 100755 --- a/cpp/test/Ice/properties/config/escapes.cfg +++ b/cpp/test/Ice/properties/config/escapes.cfg @@ -29,7 +29,3 @@ C=5=\#6 # 7 # Name is "C", value is "5=#6" AServer=\\\\server\dir # Value is "\\server\dir" BServer=\\server\\dir # Value is "\server\dir" - - - - diff --git a/cpp/test/Ice/proxy/Collocated.cpp b/cpp/test/Ice/proxy/Collocated.cpp index d21086c95df..3aca8e940dd 100644 --- a/cpp/test/Ice/proxy/Collocated.cpp +++ b/cpp/test/Ice/proxy/Collocated.cpp @@ -51,4 +51,3 @@ main(int argc, char* argv[]) return EXIT_FAILURE; } } - diff --git a/cpp/test/Ice/retry/Makefile.mk b/cpp/test/Ice/retry/Makefile.mk index 199a5a45fb4..8c914455cd8 100644 --- a/cpp/test/Ice/retry/Makefile.mk +++ b/cpp/test/Ice/retry/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_sources = Client.cpp AllTests.cpp Test.ice InstrumentationI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/servantLocator/AllTests.cpp b/cpp/test/Ice/servantLocator/AllTests.cpp index 65b1cdc8de1..5606420c860 100644 --- a/cpp/test/Ice/servantLocator/AllTests.cpp +++ b/cpp/test/Ice/servantLocator/AllTests.cpp @@ -372,4 +372,3 @@ allTests(const CommunicatorPtr& communicator) } return obj; } - diff --git a/cpp/test/Ice/servantLocator/TestAMD.ice b/cpp/test/Ice/servantLocator/TestAMD.ice index a5fa6bfe387..b0d69ad29ee 100644 --- a/cpp/test/Ice/servantLocator/TestAMD.ice +++ b/cpp/test/Ice/servantLocator/TestAMD.ice @@ -53,4 +53,3 @@ local class Cookie } } - diff --git a/cpp/test/Ice/servantLocator/TestI.cpp b/cpp/test/Ice/servantLocator/TestI.cpp index e43ebe45813..af1b8022ee2 100644 --- a/cpp/test/Ice/servantLocator/TestI.cpp +++ b/cpp/test/Ice/servantLocator/TestI.cpp @@ -115,4 +115,3 @@ CookieI::message() const { return "blahblah"; } - diff --git a/cpp/test/Ice/services/Makefile.mk b/cpp/test/Ice/services/Makefile.mk index d0ac35ce1e3..ca58d972046 100644 --- a/cpp/test/Ice/services/Makefile.mk +++ b/cpp/test/Ice/services/Makefile.mk @@ -9,4 +9,4 @@ $(test)_dependencies = Glacier2 IceStorm IceGrid Ice TestCommon -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/slicing/exceptions/Makefile.mk b/cpp/test/Ice/slicing/exceptions/Makefile.mk index 94b1fad8905..84f2ece17a9 100644 --- a/cpp/test/Ice/slicing/exceptions/Makefile.mk +++ b/cpp/test/Ice/slicing/exceptions/Makefile.mk @@ -12,4 +12,4 @@ $(test)_client_sources = $(test-client-sources) ClientPrivate.ice $(test)_server_sources = $(test-server-sources) ServerPrivate.ice $(test)_serveramd_sources = $(test-serveramd-sources) ServerPrivateAMD.ice -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/slicing/objects/Makefile.mk b/cpp/test/Ice/slicing/objects/Makefile.mk index 94b1fad8905..84f2ece17a9 100644 --- a/cpp/test/Ice/slicing/objects/Makefile.mk +++ b/cpp/test/Ice/slicing/objects/Makefile.mk @@ -12,4 +12,4 @@ $(test)_client_sources = $(test-client-sources) ClientPrivate.ice $(test)_server_sources = $(test-server-sources) ServerPrivate.ice $(test)_serveramd_sources = $(test-serveramd-sources) ServerPrivateAMD.ice -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/slicing/objects/Test.ice b/cpp/test/Ice/slicing/objects/Test.ice index 6c25277a348..d28c515da65 100644 --- a/cpp/test/Ice/slicing/objects/Test.ice +++ b/cpp/test/Ice/slicing/objects/Test.ice @@ -171,4 +171,3 @@ class Forward } } - diff --git a/cpp/test/Ice/stream/Test.ice b/cpp/test/Ice/stream/Test.ice index 414b2130450..858ea5d90d2 100644 --- a/cpp/test/Ice/stream/Test.ice +++ b/cpp/test/Ice/stream/Test.ice @@ -169,4 +169,3 @@ module Sub2 } } } - diff --git a/cpp/test/Ice/stringConverter/Test.ice b/cpp/test/Ice/stringConverter/Test.ice index 44e5fd239e0..c1013041dad 100644 --- a/cpp/test/Ice/stringConverter/Test.ice +++ b/cpp/test/Ice/stringConverter/Test.ice @@ -23,4 +23,3 @@ interface MyObject } } - diff --git a/cpp/test/Ice/threadPoolPriority/AllTests.cpp b/cpp/test/Ice/threadPoolPriority/AllTests.cpp index b5394fa9661..32840d5323b 100644 --- a/cpp/test/Ice/threadPoolPriority/AllTests.cpp +++ b/cpp/test/Ice/threadPoolPriority/AllTests.cpp @@ -41,4 +41,3 @@ allTests(const Ice::CommunicatorPtr& communicator) return priority; } - diff --git a/cpp/test/Ice/threadPoolPriority/Makefile.mk b/cpp/test/Ice/threadPoolPriority/Makefile.mk index 4dfed32a0c4..6d58028de5d 100644 --- a/cpp/test/Ice/threadPoolPriority/Makefile.mk +++ b/cpp/test/Ice/threadPoolPriority/Makefile.mk @@ -11,4 +11,4 @@ $(test)_programs := client server servercustom $(test)_servercustom_sources := ServerCustomThreadPool.cpp Test.ice TestI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/timeout/Makefile.mk b/cpp/test/Ice/timeout/Makefile.mk index 1b766876355..02a38cb9807 100644 --- a/cpp/test/Ice/timeout/Makefile.mk +++ b/cpp/test/Ice/timeout/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_sources = $(test-client-sources) TestI.cpp -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/Ice/udp/Server.cpp b/cpp/test/Ice/udp/Server.cpp index 7cbc9ed1e99..83b26ea58fb 100644 --- a/cpp/test/Ice/udp/Server.cpp +++ b/cpp/test/Ice/udp/Server.cpp @@ -86,4 +86,3 @@ main(int argc, char* argv[]) return EXIT_FAILURE; } } - diff --git a/cpp/test/IceBox/configuration/AllTests.cpp b/cpp/test/IceBox/configuration/AllTests.cpp index 9afd3c958f5..1618d4c2d37 100644 --- a/cpp/test/IceBox/configuration/AllTests.cpp +++ b/cpp/test/IceBox/configuration/AllTests.cpp @@ -88,4 +88,3 @@ allTests(const Ice::CommunicatorPtr& com) cout << "ok" << endl; } } - diff --git a/cpp/test/IceBox/configuration/Service.cpp b/cpp/test/IceBox/configuration/Service.cpp index e00bfc9f411..1a89f04a1b7 100644 --- a/cpp/test/IceBox/configuration/Service.cpp +++ b/cpp/test/IceBox/configuration/Service.cpp @@ -66,4 +66,3 @@ void ServiceI::stop() { } - diff --git a/cpp/test/IceBox/configuration/config.service4 b/cpp/test/IceBox/configuration/config.service4 index a70120dd192..4ce837c863c 100644 --- a/cpp/test/IceBox/configuration/config.service4 +++ b/cpp/test/IceBox/configuration/config.service4 @@ -3,4 +3,3 @@ Service4OA.Endpoints=default -p 12013 -h 127.0.0.1 #Ice.ProgramName Service=4 Prop= - diff --git a/cpp/test/IceGrid/activation/Makefile.mk b/cpp/test/IceGrid/activation/Makefile.mk index 7f6d5ec0cac..35bcb38800f 100644 --- a/cpp/test/IceGrid/activation/Makefile.mk +++ b/cpp/test/IceGrid/activation/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_dependencies = IceGrid Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/admin/Makefile.mk b/cpp/test/IceGrid/admin/Makefile.mk index e3c7734888a..50b2be99974 100644 --- a/cpp/test/IceGrid/admin/Makefile.mk +++ b/cpp/test/IceGrid/admin/Makefile.mk @@ -10,4 +10,4 @@ # This Makefile.mk is necessary to get this test to build because the # test doesn't have a Client.cpp file. -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/admin/test.py b/cpp/test/IceGrid/admin/test.py index f7bc4c20212..46adddc4388 100644 --- a/cpp/test/IceGrid/admin/test.py +++ b/cpp/test/IceGrid/admin/test.py @@ -163,4 +163,4 @@ routerProps= lambda process, current: { 'IceSSL.VerifyPeer' : 1 } -TestSuite(__file__, [ IceGridAdminTestCase() ], multihost=False)
\ No newline at end of file +TestSuite(__file__, [ IceGridAdminTestCase() ], multihost=False) diff --git a/cpp/test/IceGrid/allocation/Makefile.mk b/cpp/test/IceGrid/allocation/Makefile.mk index 228479499eb..eb15d76f4c3 100644 --- a/cpp/test/IceGrid/allocation/Makefile.mk +++ b/cpp/test/IceGrid/allocation/Makefile.mk @@ -14,4 +14,4 @@ $(test)_client_dependencies = IceGrid Glacier2 $(test)_verifier_sources = PermissionsVerifier.cpp $(test)_verifier_dependencies = Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/allocation/test.py b/cpp/test/IceGrid/allocation/test.py index 95bebe76add..4cfc0f6c50e 100644 --- a/cpp/test/IceGrid/allocation/test.py +++ b/cpp/test/IceGrid/allocation/test.py @@ -8,4 +8,4 @@ # # ********************************************************************** -TestSuite(__file__, [IceGridTestCase(exevars={ "verifier.dir": "verifier" })], runOnMainThread=True, multihost=False)
\ No newline at end of file +TestSuite(__file__, [IceGridTestCase(exevars={ "verifier.dir": "verifier" })], runOnMainThread=True, multihost=False) diff --git a/cpp/test/IceGrid/deployer/Makefile.mk b/cpp/test/IceGrid/deployer/Makefile.mk index 7b6f23f2e8e..11b7ef0b6f2 100644 --- a/cpp/test/IceGrid/deployer/Makefile.mk +++ b/cpp/test/IceGrid/deployer/Makefile.mk @@ -16,4 +16,4 @@ $(test)_TestService_soversion = $(test)_client_dependencies = IceGrid Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/deployer/Service.cpp b/cpp/test/IceGrid/deployer/Service.cpp index 0238667f646..4a53b7ba594 100644 --- a/cpp/test/IceGrid/deployer/Service.cpp +++ b/cpp/test/IceGrid/deployer/Service.cpp @@ -66,4 +66,3 @@ void ServiceI::stop() { } - diff --git a/cpp/test/IceGrid/distribution/Makefile.mk b/cpp/test/IceGrid/distribution/Makefile.mk index 7f6d5ec0cac..35bcb38800f 100644 --- a/cpp/test/IceGrid/distribution/Makefile.mk +++ b/cpp/test/IceGrid/distribution/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_dependencies = IceGrid Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/distribution/test.py b/cpp/test/IceGrid/distribution/test.py index eca468f25fa..29a60d28114 100644 --- a/cpp/test/IceGrid/distribution/test.py +++ b/cpp/test/IceGrid/distribution/test.py @@ -42,4 +42,4 @@ class IceGridDistributionTestCase(IceGridTestCase): current.writeln("ok") -TestSuite(__file__, [ IceGridDistributionTestCase() ], runOnMainThread=True, multihost=False)
\ No newline at end of file +TestSuite(__file__, [ IceGridDistributionTestCase() ], runOnMainThread=True, multihost=False) diff --git a/cpp/test/IceGrid/fileLock/test.py b/cpp/test/IceGrid/fileLock/test.py index 69177cd844a..413675f0c36 100644 --- a/cpp/test/IceGrid/fileLock/test.py +++ b/cpp/test/IceGrid/fileLock/test.py @@ -20,4 +20,4 @@ class IceGridAdminTestCase(IceGridTestCase): print("ok") -TestSuite(__file__, [ IceGridAdminTestCase(application=None) ], runOnMainThread=True, multihost=False)
\ No newline at end of file +TestSuite(__file__, [ IceGridAdminTestCase(application=None) ], runOnMainThread=True, multihost=False) diff --git a/cpp/test/IceGrid/noRestartUpdate/Makefile.mk b/cpp/test/IceGrid/noRestartUpdate/Makefile.mk index 7b6f23f2e8e..11b7ef0b6f2 100644 --- a/cpp/test/IceGrid/noRestartUpdate/Makefile.mk +++ b/cpp/test/IceGrid/noRestartUpdate/Makefile.mk @@ -16,4 +16,4 @@ $(test)_TestService_soversion = $(test)_client_dependencies = IceGrid Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/noRestartUpdate/Service.cpp b/cpp/test/IceGrid/noRestartUpdate/Service.cpp index 436e5d32165..3fc96048191 100644 --- a/cpp/test/IceGrid/noRestartUpdate/Service.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/Service.cpp @@ -66,4 +66,3 @@ void ServiceI::stop() { } - diff --git a/cpp/test/IceGrid/noRestartUpdate/test.py b/cpp/test/IceGrid/noRestartUpdate/test.py index d000521575b..99e2d41d0b7 100644 --- a/cpp/test/IceGrid/noRestartUpdate/test.py +++ b/cpp/test/IceGrid/noRestartUpdate/test.py @@ -23,4 +23,4 @@ clientProps = lambda process, current: { TestSuite(__file__, [IceGridNoRestartUpdateTestCase(application=None, client=IceGridClient(props=clientProps))], - multihost=False)
\ No newline at end of file + multihost=False) diff --git a/cpp/test/IceGrid/replicaGroup/Makefile.mk b/cpp/test/IceGrid/replicaGroup/Makefile.mk index 680829b6ece..04200294127 100644 --- a/cpp/test/IceGrid/replicaGroup/Makefile.mk +++ b/cpp/test/IceGrid/replicaGroup/Makefile.mk @@ -19,4 +19,4 @@ $(test)_RegistryPlugin_dependencies = IceGrid Glacier2 $(test)_client_dependencies = IceGrid Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/replicaGroup/Service.cpp b/cpp/test/IceGrid/replicaGroup/Service.cpp index 6e0df00e346..c438d177732 100644 --- a/cpp/test/IceGrid/replicaGroup/Service.cpp +++ b/cpp/test/IceGrid/replicaGroup/Service.cpp @@ -66,4 +66,3 @@ void ServiceI::stop() { } - diff --git a/cpp/test/IceGrid/replication/Makefile.mk b/cpp/test/IceGrid/replication/Makefile.mk index 7f6d5ec0cac..35bcb38800f 100644 --- a/cpp/test/IceGrid/replication/Makefile.mk +++ b/cpp/test/IceGrid/replication/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_dependencies = IceGrid Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/replication/TestI.cpp b/cpp/test/IceGrid/replication/TestI.cpp index c1c79d68a4e..88c06d81b02 100644 --- a/cpp/test/IceGrid/replication/TestI.cpp +++ b/cpp/test/IceGrid/replication/TestI.cpp @@ -13,4 +13,3 @@ TestI::TestI() { } - diff --git a/cpp/test/IceGrid/replication/test.py b/cpp/test/IceGrid/replication/test.py index 8d2a57c7869..2cc108409d8 100644 --- a/cpp/test/IceGrid/replication/test.py +++ b/cpp/test/IceGrid/replication/test.py @@ -10,4 +10,4 @@ clientProps = lambda process, current: { "ServerDir" : current.getBuildDir("server") } -TestSuite(__file__, [ IceGridTestCase(client=IceGridClient(props=clientProps)) ], runOnMainThread=True, multihost=False)
\ No newline at end of file +TestSuite(__file__, [ IceGridTestCase(client=IceGridClient(props=clientProps)) ], runOnMainThread=True, multihost=False) diff --git a/cpp/test/IceGrid/session/Makefile.mk b/cpp/test/IceGrid/session/Makefile.mk index 3b6a9a5eb4c..61711584f31 100644 --- a/cpp/test/IceGrid/session/Makefile.mk +++ b/cpp/test/IceGrid/session/Makefile.mk @@ -16,4 +16,4 @@ $(test)_server_dependencies = Glacier2 IceSSL $(test)_verifier_sources = PermissionsVerifier.cpp Test.ice $(test)_verifier_dependencies = Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/simple/Makefile.mk b/cpp/test/IceGrid/simple/Makefile.mk index 6cfc08543f1..d390508422f 100644 --- a/cpp/test/IceGrid/simple/Makefile.mk +++ b/cpp/test/IceGrid/simple/Makefile.mk @@ -9,4 +9,4 @@ $(test)_dependencies = IceLocatorDiscovery IceGrid Glacier2 Ice TestCommon -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/update/Makefile.mk b/cpp/test/IceGrid/update/Makefile.mk index 7f6d5ec0cac..35bcb38800f 100644 --- a/cpp/test/IceGrid/update/Makefile.mk +++ b/cpp/test/IceGrid/update/Makefile.mk @@ -9,4 +9,4 @@ $(test)_client_dependencies = IceGrid Glacier2 -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceGrid/update/Test.ice b/cpp/test/IceGrid/update/Test.ice index 2030ef2a5bf..ff85256e0ac 100644 --- a/cpp/test/IceGrid/update/Test.ice +++ b/cpp/test/IceGrid/update/Test.ice @@ -20,4 +20,3 @@ interface TestIntf } } - diff --git a/cpp/test/IceGrid/update/test.py b/cpp/test/IceGrid/update/test.py index 0e1f4449eff..ba80d752117 100644 --- a/cpp/test/IceGrid/update/test.py +++ b/cpp/test/IceGrid/update/test.py @@ -24,4 +24,4 @@ clientProps = lambda process, current: { } if isinstance(platform, Windows) or os.getuid() != 0: - TestSuite(__file__, [IceGridUpdateTestCase(application=None, client=IceGridClient(props=clientProps))], multihost=False)
\ No newline at end of file + TestSuite(__file__, [IceGridUpdateTestCase(application=None, client=IceGridClient(props=clientProps))], multihost=False) diff --git a/cpp/test/IceSSL/certs/cacert_custom.req b/cpp/test/IceSSL/certs/cacert_custom.req index 9306f52b665..8903cb53446 100644 --- a/cpp/test/IceSSL/certs/cacert_custom.req +++ b/cpp/test/IceSSL/certs/cacert_custom.req @@ -13,5 +13,3 @@ organizationName = ZeroC organizationalUnitName = Ice commonName = CA emailAddress = info@zeroc.com - - diff --git a/cpp/test/IceSSL/certs/db/.gitignore b/cpp/test/IceSSL/certs/db/.gitignore index d76ff1326c0..99a18577d42 100644 --- a/cpp/test/IceSSL/certs/db/.gitignore +++ b/cpp/test/IceSSL/certs/db/.gitignore @@ -1,2 +1,2 @@ # Temporary files generated by IceCertUtils -*.p12
\ No newline at end of file +*.p12 diff --git a/cpp/test/IceStorm/federation/Makefile.mk b/cpp/test/IceStorm/federation/Makefile.mk index d1e5e23feab..0299f340d8b 100644 --- a/cpp/test/IceStorm/federation/Makefile.mk +++ b/cpp/test/IceStorm/federation/Makefile.mk @@ -15,4 +15,4 @@ $(test)_subscriber_sources = Subscriber.cpp Event.ice $(test)_cleanfiles = db/* 0.db/* 1.db/* 2.db/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/federation2/Makefile.mk b/cpp/test/IceStorm/federation2/Makefile.mk index 93f8e4b8ad2..f4bbc702ddb 100644 --- a/cpp/test/IceStorm/federation2/Makefile.mk +++ b/cpp/test/IceStorm/federation2/Makefile.mk @@ -16,4 +16,4 @@ $(test)_subscriber_sources = Subscriber.cpp Event.ice $(test)_cleanfiles = db/* 0.db/* 1.db/* 2.db/* db2/* 0.db2/* 1.db2/* 2.db2/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/rep1/Makefile.mk b/cpp/test/IceStorm/rep1/Makefile.mk index c0c73312cd6..5afbe90b98e 100644 --- a/cpp/test/IceStorm/rep1/Makefile.mk +++ b/cpp/test/IceStorm/rep1/Makefile.mk @@ -16,4 +16,4 @@ $(test)_sub_sources = Sub.cpp Single.ice $(test)_cleanfiles = 0.db/* 1.db/* 2.db/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/repgrid/Makefile.mk b/cpp/test/IceStorm/repgrid/Makefile.mk index ec44f471cf9..e3dc640b632 100644 --- a/cpp/test/IceStorm/repgrid/Makefile.mk +++ b/cpp/test/IceStorm/repgrid/Makefile.mk @@ -11,4 +11,4 @@ $(test)_dependencies = IceStorm Ice TestCommon $(test)_client_sources = Client.cpp Single.ice -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/repgrid/test.py b/cpp/test/IceStorm/repgrid/test.py index 30d8face933..2ad1de3ce79 100644 --- a/cpp/test/IceStorm/repgrid/test.py +++ b/cpp/test/IceStorm/repgrid/test.py @@ -10,4 +10,4 @@ TestSuite(__file__, [ IceGridTestCase(icegridregistry=IceGridRegistryMaster(), client=IceGridClient()) ], - runOnMainThread=True, multihost=False)
\ No newline at end of file + runOnMainThread=True, multihost=False) diff --git a/cpp/test/IceStorm/repstress/Makefile.mk b/cpp/test/IceStorm/repstress/Makefile.mk index 06630b48f47..06d5e13e423 100644 --- a/cpp/test/IceStorm/repstress/Makefile.mk +++ b/cpp/test/IceStorm/repstress/Makefile.mk @@ -16,4 +16,4 @@ $(test)_control_sources = Control.cpp Controller.ice $(test)_cleanfiles = 0.db/* 1.db/* 2.db/* -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/single/Makefile.mk b/cpp/test/IceStorm/single/Makefile.mk index 2e8d2fdf117..bb6f102b5cf 100644 --- a/cpp/test/IceStorm/single/Makefile.mk +++ b/cpp/test/IceStorm/single/Makefile.mk @@ -13,4 +13,4 @@ $(test)_dependencies = IceStorm Ice TestCommon $(test)_publisher_sources = Publisher.cpp Single.ice $(test)_subscriber_sources = Subscriber.cpp Single.ice -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceStorm/stress/Makefile.mk b/cpp/test/IceStorm/stress/Makefile.mk index f254df233f1..2ea1755a6de 100644 --- a/cpp/test/IceStorm/stress/Makefile.mk +++ b/cpp/test/IceStorm/stress/Makefile.mk @@ -13,4 +13,4 @@ $(test)_dependencies = IceStorm Ice TestCommon $(test)_publisher_sources = Publisher.cpp Event.ice $(test)_subscriber_sources = Subscriber.cpp Event.ice -tests += $(test)
\ No newline at end of file +tests += $(test) diff --git a/cpp/test/IceUtil/ctrlCHandler/test.py b/cpp/test/IceUtil/ctrlCHandler/test.py index d90fcc5dfa6..0a4b479c959 100644 --- a/cpp/test/IceUtil/ctrlCHandler/test.py +++ b/cpp/test/IceUtil/ctrlCHandler/test.py @@ -7,4 +7,4 @@ # # ********************************************************************** -# Dummy file to not run this test which is only ran manually.
\ No newline at end of file +# Dummy file to not run this test which is only ran manually. diff --git a/cpp/test/IceUtil/priority/TestSuite.h b/cpp/test/IceUtil/priority/TestSuite.h index 68bbfb9100d..3978c5fb3bc 100644 --- a/cpp/test/IceUtil/priority/TestSuite.h +++ b/cpp/test/IceUtil/priority/TestSuite.h @@ -18,4 +18,3 @@ extern std::list<TestBasePtr> allTests; void initializeTestSuite(); #endif - diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug-release.OSX b/cpp/test/IceUtil/stacktrace/StackTrace.debug-release.OSX index ae24a0d3efa..b708d3c04da 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug-release.OSX +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug-release.OSX @@ -5,4 +5,4 @@ 4 (anonymous namespace)::Thrower::second in client 5 (anonymous namespace)::Thrower::first in client 6 main in client - 7 start in libdyld.dylib
\ No newline at end of file + 7 start in libdyld.dylib diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX b/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX index dcd6012dde0..04e6012104e 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX @@ -8,4 +8,4 @@ 7 (anonymous namespace)::Thrower::second() in client 8 (anonymous namespace)::Thrower::first() in client 9 main in client - 10 start in libdyld.dylib
\ No newline at end of file + 10 start in libdyld.dylib diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.release.OSX b/cpp/test/IceUtil/stacktrace/StackTrace.release.OSX index 12c564a851b..80ea7ac63f6 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.release.OSX +++ b/cpp/test/IceUtil/stacktrace/StackTrace.release.OSX @@ -1,3 +1,3 @@ 0 IceUtil::NullHandleException::NullHandleException(char const*, int) in libIce.3.7.0.dylib 1 main in client - 2 start in libdyld.dylib
\ No newline at end of file + 2 start in libdyld.dylib diff --git a/cpp/test/IceUtil/thread/TestSuite.h b/cpp/test/IceUtil/thread/TestSuite.h index 68bbfb9100d..3978c5fb3bc 100644 --- a/cpp/test/IceUtil/thread/TestSuite.h +++ b/cpp/test/IceUtil/thread/TestSuite.h @@ -18,4 +18,3 @@ extern std::list<TestBasePtr> allTests; void initializeTestSuite(); #endif - diff --git a/cpp/test/Slice/errorDetection/DataMemberRedefinition.err b/cpp/test/Slice/errorDetection/DataMemberRedefinition.err index 3d8e760f2c3..f423e83227b 100644 --- a/cpp/test/Slice/errorDetection/DataMemberRedefinition.err +++ b/cpp/test/Slice/errorDetection/DataMemberRedefinition.err @@ -2,4 +2,4 @@ DataMemberRedefinition.ice:18: redefinition of data member `member' as data memb DataMemberRedefinition.ice:28: data member `x' is already defined as an operation in a base interface or class DataMemberRedefinition.ice:38: operation `x' is already defined as a data member in a base interface or class DataMemberRedefinition.ice:48: data member `x' is already defined as a data member in a base interface or class -DataMemberRedefinition.ice:54: redefinition of struct member `member'
\ No newline at end of file +DataMemberRedefinition.ice:54: redefinition of struct member `member' diff --git a/cpp/test/Slice/errorDetection/DeclaratorMissing.err b/cpp/test/Slice/errorDetection/DeclaratorMissing.err index 4596788c6ee..070ea115152 100644 --- a/cpp/test/Slice/errorDetection/DeclaratorMissing.err +++ b/cpp/test/Slice/errorDetection/DeclaratorMissing.err @@ -1,4 +1,4 @@ DeclaratorMissing.ice:17: missing parameter name DeclaratorMissing.ice:17: missing parameter name DeclaratorMissing.ice:18: missing parameter name -DeclaratorMissing.ice:18: missing parameter name
\ No newline at end of file +DeclaratorMissing.ice:18: missing parameter name diff --git a/cpp/test/Slice/errorDetection/EnumeratorRedefinition.err b/cpp/test/Slice/errorDetection/EnumeratorRedefinition.err index ac120d41d16..ed5674cb9c4 100644 --- a/cpp/test/Slice/errorDetection/EnumeratorRedefinition.err +++ b/cpp/test/Slice/errorDetection/EnumeratorRedefinition.err @@ -1 +1 @@ -EnumeratorRedefinition.ice:17: redefinition of enumerator `A'
\ No newline at end of file +EnumeratorRedefinition.ice:17: redefinition of enumerator `A' diff --git a/cpp/test/Slice/errorDetection/EnumeratorValues.err b/cpp/test/Slice/errorDetection/EnumeratorValues.err index b397f349d7a..b8db9454436 100644 --- a/cpp/test/Slice/errorDetection/EnumeratorValues.err +++ b/cpp/test/Slice/errorDetection/EnumeratorValues.err @@ -2,4 +2,4 @@ EnumeratorValues.ice:17: value for enumerator `C' is out of range EnumeratorValues.ice:17: enumerator `C' has the same value as enumerator `B' EnumeratorValues.ice:18: value for enumerator `D' is out of range EnumeratorValues.ice:19: value for enumerator `E' is out of range -EnumeratorValues.ice:20: value for enumerator `F' is out of range
\ No newline at end of file +EnumeratorValues.ice:20: value for enumerator `F' is out of range diff --git a/cpp/test/Slice/errorDetection/NameCanNotBeUsed.err b/cpp/test/Slice/errorDetection/NameCanNotBeUsed.err index 442ea12e18f..22e3bcacc44 100644 --- a/cpp/test/Slice/errorDetection/NameCanNotBeUsed.err +++ b/cpp/test/Slice/errorDetection/NameCanNotBeUsed.err @@ -1,2 +1,2 @@ NameCanNotBeUsed.ice:17: class name `Foo' cannot be used as operation name -NameCanNotBeUsed.ice:23: interface name `IFoo' cannot be used as operation name
\ No newline at end of file +NameCanNotBeUsed.ice:23: interface name `IFoo' cannot be used as operation name diff --git a/cpp/test/Slice/errorDetection/RedefinitionAsEnum.err b/cpp/test/Slice/errorDetection/RedefinitionAsEnum.err index 4765ef74dc1..a764d0eb540 100644 --- a/cpp/test/Slice/errorDetection/RedefinitionAsEnum.err +++ b/cpp/test/Slice/errorDetection/RedefinitionAsEnum.err @@ -1 +1 @@ -RedefinitionAsEnum.ice:16: redefinition of class `C' as enumeration
\ No newline at end of file +RedefinitionAsEnum.ice:16: redefinition of class `C' as enumeration diff --git a/cpp/test/Slice/errorDetection/WarningSuppressInvalidMetaData.err b/cpp/test/Slice/errorDetection/WarningSuppressInvalidMetaData.err index 8b137891791..e69de29bb2d 100644 --- a/cpp/test/Slice/errorDetection/WarningSuppressInvalidMetaData.err +++ b/cpp/test/Slice/errorDetection/WarningSuppressInvalidMetaData.err @@ -1 +0,0 @@ - diff --git a/cpp/test/Slice/headers/test.py b/cpp/test/Slice/headers/test.py index c84bbb6d79f..9349c0f8a88 100644 --- a/cpp/test/Slice/headers/test.py +++ b/cpp/test/Slice/headers/test.py @@ -150,5 +150,3 @@ class SliceHeadersTestCase(ClientTestCase): if not isinstance(platform, Windows): TestSuite(__name__, [ SliceHeadersTestCase() ], chdir=True) - - diff --git a/cpp/test/ios/controller/Classes/AppDelegate.h b/cpp/test/ios/controller/Classes/AppDelegate.h index cd554aa7ed3..bdbf2a2e808 100644 --- a/cpp/test/ios/controller/Classes/AppDelegate.h +++ b/cpp/test/ios/controller/Classes/AppDelegate.h @@ -15,4 +15,3 @@ @end - diff --git a/cpp/test/ios/controller/Classes/Assets.xcassets/AppIcon.appiconset/Contents.json b/cpp/test/ios/controller/Classes/Assets.xcassets/AppIcon.appiconset/Contents.json index ef0fccfaf08..d4e114a8919 100644 --- a/cpp/test/ios/controller/Classes/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/cpp/test/ios/controller/Classes/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -107,4 +107,4 @@ "version" : 1, "author" : "xcode" } -}
\ No newline at end of file +} diff --git a/cpp/test/ios/controller/Classes/Assets.xcassets/Contents.json b/cpp/test/ios/controller/Classes/Assets.xcassets/Contents.json index da4a164c918..2d92bd53fdb 100644 --- a/cpp/test/ios/controller/Classes/Assets.xcassets/Contents.json +++ b/cpp/test/ios/controller/Classes/Assets.xcassets/Contents.json @@ -3,4 +3,4 @@ "version" : 1, "author" : "xcode" } -}
\ No newline at end of file +} diff --git a/cpp/test/ios/controller/Classes/ViewController.h b/cpp/test/ios/controller/Classes/ViewController.h index 8267de70b65..fbadc9bc054 100644 --- a/cpp/test/ios/controller/Classes/ViewController.h +++ b/cpp/test/ios/controller/Classes/ViewController.h @@ -26,4 +26,3 @@ NSMutableArray* interfacesIPv6; } @end - diff --git a/cpp/test/uwp/controller/.gitignore b/cpp/test/uwp/controller/.gitignore index 4f40c2d1893..2fbe44d5e92 100644 --- a/cpp/test/uwp/controller/.gitignore +++ b/cpp/test/uwp/controller/.gitignore @@ -1,4 +1,4 @@ Generated\ Files Assets/Thumbs.db Controller.cpp -Controller.h
\ No newline at end of file +Controller.h diff --git a/cpp/test/uwp/controller/Package.appxmanifest b/cpp/test/uwp/controller/Package.appxmanifest index 75370784c37..e5a1aa1d6f5 100644 --- a/cpp/test/uwp/controller/Package.appxmanifest +++ b/cpp/test/uwp/controller/Package.appxmanifest @@ -35,4 +35,4 @@ </Certificates> </Extension> </Extensions> -</Package>
\ No newline at end of file +</Package> |