]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Tests/PythonToolsTests.py
BaseTools/Tests: Add unit test for AutoGen.UniClassObject
authorJordan Justen <jordan.l.justen@intel.com>
Tue, 23 Jun 2015 23:34:14 +0000 (23:34 +0000)
committerjljusten <jljusten@Edk2>
Tue, 23 Jun 2015 23:34:14 +0000 (23:34 +0000)
commitdf91e0f90a7130a3cfd5203ec21d318c63362ecb
tree560c7371d99288da0cbbf465caef661b77ab6108
parent183ca9645581a272294f869bdceaf0c70a66a5e3
BaseTools/Tests: Add unit test for AutoGen.UniClassObject

This verifies that a UTF-16 data (with BOM) .uni file is successfully
read.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17693 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Tests/CheckUnicodeSourceFiles.py [new file with mode: 0644]
BaseTools/Tests/PythonToolsTests.py