[Bps-public-commit] r12155 - in sd/branches/attachment-content: .

jesse at bestpractical.com jesse at bestpractical.com
Thu May 8 11:08:25 EDT 2008


Author: jesse
Date: Thu May  8 11:08:24 2008
New Revision: 12155

Modified:
   sd/branches/attachment-content/   (props changed)
   sd/branches/attachment-content/Makefile.PL
   sd/branches/attachment-content/t/sd-rt.t

Log:
- 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/branches/attachment-content/Makefile.PL
==============================================================================
--- sd/branches/attachment-content/Makefile.PL	(original)
+++ sd/branches/attachment-content/Makefile.PL	Thu May  8 11:08:24 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/branches/attachment-content/t/sd-rt.t
==============================================================================
--- sd/branches/attachment-content/t/sd-rt.t	(original)
+++ sd/branches/attachment-content/t/sd-rt.t	Thu May  8 11:08:24 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