//		public OracleDataReader_GetTimeSpan_I() : base(true)
//		{
//		}

		public static void Main()
		{
			OracleDataReader_GetTimeSpan_I tc = new OracleDataReader_GetTimeSpan_I();
			tc.exp = null;
			try
			{
				tc.BeginTest("OracleDataReader_GetTimeSpan_I");
				tc.run();
			}
			catch(Exception ex)
			{
				tc.exp = ex;
			}
			finally	
			{
				tc.EndTest(tc.exp);
			}
		}
//		public OracleDataReader_GetTimeSpan_I() : base(true)
//		{
//		}

        public static void Main()
        {
            OracleDataReader_GetTimeSpan_I tc = new OracleDataReader_GetTimeSpan_I();

            tc.exp = null;
            try
            {
                tc.BeginTest("OracleDataReader_GetTimeSpan_I");
                tc.run();
            }
            catch (Exception ex)
            {
                tc.exp = ex;
            }
            finally
            {
                tc.EndTest(tc.exp);
            }
        }