summaryrefslogtreecommitdiff
path: root/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-10-19 20:48:46 +0200
committerJose <jose@zeroc.com>2012-10-19 20:48:46 +0200
commitbb5974d0956dd199fbc1ddb92289c9724bc3bd6a (patch)
tree95691a11411c54a63955d89abf3d9646ff770fd4 /cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
parentFixed winrt/StreamEmpointI, protocol abstract method was not implemented. (diff)
downloadice-bb5974d0956dd199fbc1ddb92289c9724bc3bd6a.tar.bz2
ice-bb5974d0956dd199fbc1ddb92289c9724bc3bd6a.tar.xz
ice-bb5974d0956dd199fbc1ddb92289c9724bc3bd6a.zip
Fixed enums test in WinRT builds
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml.cpp')
-rw-r--r--cpp/test/WinRT/TestSuite/MainPage.xaml.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
index dcbd69e14f1..6dc1c29aef2 100644
--- a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
+++ b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
@@ -303,7 +303,8 @@ static const TestCase allTest[] =
{"Ice\\hash", "Ice_hash_", "client.dll", 0, 0, 0},
{"Ice\\metrics", "Ice_metrics_", "client.dll", "server.dll", "serveramd.dll", 0},
{"Ice\\optional", "Ice_optional_", "client.dll", "server.dll", 0, 0},
- {"Ice\\admin", "Ice_admin_", "client.dll", "server.dll", 0, 0}
+ {"Ice\\admin", "Ice_admin_", "client.dll", "server.dll", 0, 0},
+ {"Ice\\enums", "Ice_enums_", "client.dll", "server.dll", 0, 0}
};
class TestRunner : public IceUtil::Thread