diff options
author | Dan Goodliffe <randomdan@akira.random.lan> | 2014-12-03 23:52:52 +0000 |
---|---|---|
committer | Dan Goodliffe <randomdan@akira.random.lan> | 2014-12-03 23:52:52 +0000 |
commit | 69b6290aa38a4786fc24db3ca9860dcf87a1bd80 (patch) | |
tree | c6d31a41d421b8dcf86428463199b73f79087e4b /project2/ice/unittests/unittest.ice | |
parent | Don't create things for classes with no operations (diff) | |
download | project2-69b6290aa38a4786fc24db3ca9860dcf87a1bd80.tar.bz2 project2-69b6290aa38a4786fc24db3ca9860dcf87a1bd80.tar.xz project2-69b6290aa38a4786fc24db3ca9860dcf87a1bd80.zip |
Split test types into a separate .ice
Diffstat (limited to 'project2/ice/unittests/unittest.ice')
-rw-r--r-- | project2/ice/unittests/unittest.ice | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/project2/ice/unittests/unittest.ice b/project2/ice/unittests/unittest.ice index f7305d3..a1328b0 100644 --- a/project2/ice/unittests/unittest.ice +++ b/project2/ice/unittests/unittest.ice @@ -1,12 +1,6 @@ -module UnitTest { - ["project2:type"] - class Simple { - int a; - string b; - }; - - sequence<Simple> Simples; +#include "unittestTypes.ice" +module UnitTest { interface SimpleInterface { ["project2:rows"] |