public void CloneTest()
 {
     taxi_managementDataSet target = new taxi_managementDataSet(); // TODO: Initialize to an appropriate value
     DataSet expected = null; // TODO: Initialize to an appropriate value
     DataSet actual;
     actual = target.Clone();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }