THRIFT-2628 struct member name conflicts due to lowercased names
Client: Erlang
Patch: Alisdair Sullivan
This closes #228
diff --git a/test/erl/src/thrift_test.app.src b/test/erl/src/thrift_test.app.src
index dd04926..4dcd377 100644
--- a/test/erl/src/thrift_test.app.src
+++ b/test/erl/src/thrift_test.app.src
@@ -25,8 +25,7 @@
{vsn, "1.0.0-dev"},
% All modules used by the application.
- {modules, [
- ]},
+ {modules, [legacy_names_test, name_conflict_test, thrift_test_test]},
% All of the registered names the application uses. This can be ignored.
{registered, []},