From 15499a54e2b8f2895ff28acb38404d03fa4d7376 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 30 Nov 2006 22:40:09 -0800 Subject: [PATCH] add the beginnings of the mail testing scripts --- t/06_mail_handling.t | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 t/06_mail_handling.t diff --git a/t/06_mail_handling.t b/t/06_mail_handling.t new file mode 100644 index 0000000..a2788c0 --- /dev/null +++ b/t/06_mail_handling.t @@ -0,0 +1,14 @@ +# -*- mode: cperl;-*- +# $Id: 05_mail.t,v 1.1 2005/08/17 21:46:17 don Exp $ + +use Test::More tests => 2; + +use warnings; +use strict; + +# Here, we're going to shoot messages through a set of things that can +# happen. + +# First, we're going to send mesages to receive. +# To do so, we'll first send a message to submit, +# then send messages to the newly created bugnumber. -- 2.39.2