예제 #1
0
        public void GetCommonCodePages()
        {
            var result = m_ComHelper.GetCommonCodePages();

            Assert.IsTrue(result.Contains(1252), "1252");
            Assert.IsTrue(result.Contains(65001), "65001");
        }