public void IgnoresMkBranchEvent()
        {
            Modification modification = parser.ParseEntry(@"ppunjani#~#Friday, September 27, 2002 06:31:36 PM#~#D:\CCase\ppunjani_view\RefArch\tutorial\wwhdata\common\context.js#~#\main\0#~#mkbranch#~#!#~#!#~#");

            Assert.IsNull(modification);
        }
Example #2
0
        public void IgnoresMkBranchEvent()
        {
            Modification modification = parser.ParseEntry(@"ppunjani#~#Friday, September 27, 2002 06:31:36 PM#~#" + System.IO.Path.Combine(path, "context.js") + @"#~#\main\0#~#mkbranch#~#!#~#!#~#");

            Assert.IsNull(modification);
        }