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

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