[Bps-public-commit] SD branch, master, updated. ce3537f9096e41fbb4e2ca5bcc213e36768d30c7
jesse
jesse at bestpractical.com
Thu Jul 16 16:25:27 EDT 2009
The branch, master has been updated
via ce3537f9096e41fbb4e2ca5bcc213e36768d30c7 (commit)
via 9e2a901b33fe88e94d8ba9b88459bb2281535c9e (commit)
from 8eefeff3c6b8375045c11d9447008c8ca3c1dfde (commit)
Summary of changes:
t/sd-rt/sd-rt-hm-single.t | 4 ++--
t/sd-rt/sd-rt-hm.t | 4 ++--
t/sd-rt/sd-rt-n-foreign-sync.t | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 9e2a901b33fe88e94d8ba9b88459bb2281535c9e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Jul 16 16:25:09 2009 -0400
Test updates to keep pace with new hiveminder status syncing
diff --git a/t/sd-rt/sd-rt-hm-single.t b/t/sd-rt/sd-rt-hm-single.t
index b080baf..9a4c476 100644
--- a/t/sd-rt/sd-rt-hm-single.t
+++ b/t/sd-rt/sd-rt-hm-single.t
@@ -88,7 +88,7 @@ as_bob {
run_output_matches(
'sd',
[ 'ticket', 'list', '--regex', '.' ],
- [ "$yatta_id YATTA -" ]
+ [ "$yatta_id YATTA open" ]
);
};
@@ -106,7 +106,7 @@ as_bob {
run_output_matches_unordered(
'sd',
[ 'ticket', 'list', '--regex', '.' ],
- [ reverse sort "$yatta_id YATTA -", "$flyman_id Fly Man new" ]
+ [ reverse sort "$yatta_id YATTA open", "$flyman_id Fly Man new" ]
);
};
diff --git a/t/sd-rt/sd-rt-hm.t b/t/sd-rt/sd-rt-hm.t
index b745c68..6ede231 100644
--- a/t/sd-rt/sd-rt-hm.t
+++ b/t/sd-rt/sd-rt-hm.t
@@ -113,7 +113,7 @@ as_bob {
run_output_matches_unordered(
'sd',
[ 'ticket', 'list', '--regex', '.' ],
- [ reverse sort "$bob_yatta_id YATTA -", "$bob_flyman_id Fly Man new" ]
+ [ reverse sort "$bob_yatta_id YATTA open", "$bob_flyman_id Fly Man new" ]
);
@@ -138,7 +138,7 @@ as_alice {
run_output_matches_unordered(
'sd',
[ 'ticket', 'list', '--regex', '.' ],
- [ sort "$alice_yatta_id YATTA -", "$alice_flyman_id Fly Man new" ]
+ [ sort "$alice_yatta_id YATTA open", "$alice_flyman_id Fly Man new" ]
);
( $ret, $out, $err ) = run_script( 'sd', [ 'push', '--to', $sd_rt_url ] );
diff --git a/t/sd-rt/sd-rt-n-foreign-sync.t b/t/sd-rt/sd-rt-n-foreign-sync.t
index 8baba2a..5f8ea05 100644
--- a/t/sd-rt/sd-rt-n-foreign-sync.t
+++ b/t/sd-rt/sd-rt-n-foreign-sync.t
@@ -12,7 +12,7 @@ use Prophet::Test;
use App::SD::Test;
BEGIN {
- unless (eval 'use RT::Test; 1;') {
+ unless (eval 'use RT::Test tests => "no_declare"; 1;') {
diag $@;
plan skip_all => 'requires RT 3.8 to run tests.';
}
@@ -136,7 +136,7 @@ as_bob {
run_output_matches_unordered(
'sd',
[ 'ticket', 'list', '--regex', '.' ],
- [ reverse sort "$bob_yatta_id YATTA -", "$bob_flyman_id Fly Man new" ]
+ [ reverse sort "$bob_yatta_id YATTA open", "$bob_flyman_id Fly Man new" ]
);
@@ -155,7 +155,7 @@ as_alice {
run_output_matches_unordered(
'sd',
[ 'ticket', 'list', '--regex', '.' ],
- [ sort "$alice_yatta_id YATTA -", "$alice_flyman_id Fly Man new" ]
+ [ sort "$alice_yatta_id YATTA open", "$alice_flyman_id Fly Man new" ]
);
};
commit ce3537f9096e41fbb4e2ca5bcc213e36768d30c7
Merge: 9e2a901... 8eefeff...
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Jul 16 16:25:24 2009 -0400
Merge branch 'master' of fsck.com:/git/sd
* 'master' of fsck.com:/git/sd:
log test needs update for friendly name display
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list