private static void ReadWriteAll(DbTestBase db)
		{
			try
			{
				db.ReadWriteAll();
			}
			catch(Exception e)
			{
				LogException(e);
			}
		}