[Bps-public-commit] r12166 - in sd/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Thu May 8 17:47:39 EDT 2008


Author: jesse
Date: Thu May  8 17:47:39 2008
New Revision: 12166

Modified:
   sd/trunk/   (props changed)
   sd/trunk/Makefile.PL
   sd/trunk/t/sd-rt.t

Log:
 r30651 at 106 (orig r12155):  jesse | 2008-05-08 11:08:24 -0400
 - Merged from local
  r30649 at 106:  jesse | 2008-05-08 11:02:15 -0400
  * Makefile.PL cleanups
  r30650 at 106:  jesse | 2008-05-08 11:05:03 -0400
  * Added sketches of new tests
 


Modified: sd/trunk/Makefile.PL
==============================================================================
--- sd/trunk/Makefile.PL	(original)
+++ sd/trunk/Makefile.PL	Thu May  8 17:47:39 2008
@@ -1,6 +1,7 @@
 use inc::Module::Install;
 name('sd');
-author('jesse and clkao');
-all_from('lib/App/SD.pm');
+author('Jesse Vincent and Chia-Liang Kao');
+copyright('2008 Best Practical Solutions, LLC');
 license('MIT');
+version_from('lib/App/SD.pm');
 &WriteAll;

Modified: sd/trunk/t/sd-rt.t
==============================================================================
--- sd/trunk/t/sd-rt.t	(original)
+++ sd/trunk/t/sd-rt.t	Thu May  8 17:47:39 2008
@@ -142,7 +142,11 @@
     [ sort "$yatta_uuid YATTA open", "$flyman_uuid Fly Man stalled", ]
 );
 
-
+diag("check to see if YATTA has an attachment");
+diag("Check to see if YATTA's attachment is binary-identical to the original one");
+diag("Add an attachment to YATTA");
+diag("Push the attachment to RT");
+diag("Check to see if the RT ticket has two attachments");
 
 #diag $uuid;
 



More information about the Bps-public-commit mailing list