public void TwoConfigElementsInARow() // Bug #521231
        {
            string config     = @"<fooconfig><foos><foo id=""1"" /></foos><bars><bar id=""1"" /></bars></fooconfig>";
            var    fooSection = new FooConfigSection();

            fooSection.Load(config);
        }
Ejemplo n.º 2
0
		public void TwoConfigElementsInARow () // Bug #521231
		{
			string config = @"<fooconfig><foos><foo id=""1"" /></foos><bars><bar id=""1"" /></bars></fooconfig>";
			var fooSection = new FooConfigSection ();
			fooSection.Load (config);
		}