aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_server_SUITE_data
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2013-02-21 10:58:52 +0100
committerSiri Hansen <[email protected]>2013-02-21 11:03:36 +0100
commit0a572151a47dce3b5ae334c2f5a7eccf0530885e (patch)
tree43312373926d2808b3ac8fc94a793698a79a8626 /lib/reltool/test/reltool_server_SUITE_data
parentaf5215e4740fa56dc51895b7117952fb020d8887 (diff)
downloadotp-0a572151a47dce3b5ae334c2f5a7eccf0530885e.tar.gz
otp-0a572151a47dce3b5ae334c2f5a7eccf0530885e.tar.bz2
otp-0a572151a47dce3b5ae334c2f5a7eccf0530885e.zip
[reltool] Add unicode test
Diffstat (limited to 'lib/reltool/test/reltool_server_SUITE_data')
-rw-r--r--lib/reltool/test/reltool_server_SUITE_data/unicode/ua-1.0/ebin/ua.app7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/reltool/test/reltool_server_SUITE_data/unicode/ua-1.0/ebin/ua.app b/lib/reltool/test/reltool_server_SUITE_data/unicode/ua-1.0/ebin/ua.app
new file mode 100644
index 0000000000..6f571b7179
--- /dev/null
+++ b/lib/reltool/test/reltool_server_SUITE_data/unicode/ua-1.0/ebin/ua.app
@@ -0,0 +1,7 @@
+% -*- coding: utf-8 -*-
+{application, ua,
+ [{description, "Application for testing unicode in reltool - αβ"},
+ {vsn, "1.0"},
+ {modules,[]},
+ {registered, []},
+ {applications, [kernel, stdlib]}]}.