diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-24 14:45:43 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-24 14:45:43 -0230 |
commit | 0c953d9f0d6e25d9aabf21730caac447a624c84e (patch) | |
tree | 0641af85fa975e68c0a064ae7a2a8026c519995e /java/test | |
parent | ICE-6647 slice2cpp should not be required present to build python tests (diff) | |
download | ice-0c953d9f0d6e25d9aabf21730caac447a624c84e.tar.bz2 ice-0c953d9f0d6e25d9aabf21730caac447a624c84e.tar.xz ice-0c953d9f0d6e25d9aabf21730caac447a624c84e.zip |
ICE-6628 fixed warning in android facets test
Diffstat (limited to 'java/test')
-rw-r--r-- | java/test/src/main/java/test/Ice/facets/Client.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/src/main/java/test/Ice/facets/Client.java b/java/test/src/main/java/test/Ice/facets/Client.java index 244ab7e0aeb..6457ad2051b 100644 --- a/java/test/src/main/java/test/Ice/facets/Client.java +++ b/java/test/src/main/java/test/Ice/facets/Client.java @@ -27,7 +27,7 @@ public class Client extends test.Util.Application { Ice.InitializationData initData = createInitializationData() ; initData.properties = Ice.Util.createProperties(argsH); - initData.properties.setProperty("Ice.Package.Test", "test.Ice.binding"); + initData.properties.setProperty("Ice.Package.Test", "test.Ice.facets"); return initData; } |