public void LoadTextEsParams()
		{
			aggTestColl = new AggregateTestCollection();
			aggTestColl.CustomLoadTextEsParams("D");
			Assert.AreEqual(6, aggTestColl.Count);
		}