Add zh_CN test file for Lion localization

Change-Id: I3a17bb856d3b436fd2a65d7597a1e2c43d03d23a
diff --git a/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java b/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java
index 8b90cad..2471277 100644
--- a/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java
+++ b/core/api/src/test/java/org/onosproject/ui/lion/LionUtilsTest.java
@@ -238,4 +238,11 @@
         checkLookups("컴퓨터", "디스크", "모니터", "키보드");
     }
 
+    @Test
+    @Ignore("Not chinese friendly, yet...")
+    public void messagesInZhCN() {
+        title("messagesInZhCN");
+        Locale.setDefault(Locale.SIMPLIFIED_CHINESE);
+        checkLookups("电脑", "磁盘", "屏幕", "键盘");
+    }
 }
diff --git a/core/api/src/test/resources/org/onosproject/ui/lion/MyBundle_zh_CN.properties b/core/api/src/test/resources/org/onosproject/ui/lion/MyBundle_zh_CN.properties
new file mode 100644
index 0000000..73c1989
--- /dev/null
+++ b/core/api/src/test/resources/org/onosproject/ui/lion/MyBundle_zh_CN.properties
@@ -0,0 +1,20 @@
+#
+# Copyright 2017-present Open Networking Laboratory
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+computer=电脑
+disk=磁盘
+monitor=屏幕
+keyboard=键盘
\ No newline at end of file