[Bps-public-commit] r14784 - Prophet/branches/creator/t
sartak at bestpractical.com
sartak at bestpractical.com
Tue Aug 5 12:49:15 EDT 2008
Author: sartak
Date: Tue Aug 5 12:49:14 2008
New Revision: 14784
Modified:
Prophet/branches/creator/t/publish-pull.t
Log:
Untodo test, alice hadn't publish her new changes so nobody could see them
Modified: Prophet/branches/creator/t/publish-pull.t
==============================================================================
--- Prophet/branches/creator/t/publish-pull.t (original)
+++ Prophet/branches/creator/t/publish-pull.t Tue Aug 5 12:49:14 2008
@@ -25,15 +25,12 @@
as_alice {
run_ok( 'prophet', [qw(create --type Pullall -- --status new --from alice )], "Created another record as alice" );
+ run_ok( 'prophet', [qw(publish --to), $alice_published] );
};
as_bob {
run_ok( 'prophet', ['pull', '--all', '--force'] );
-
- TODO: {
- local $TODO = "not working yet?";
- run_output_matches( 'prophet', [qw(search --type Pullall --regex .)], [qr/new/], " Found our record" );
- }
+ run_output_matches( 'prophet', [qw(search --type Pullall --regex .)], [qr/new/], " Found our record" );
};
# see if uuid intuition works
More information about the Bps-public-commit
mailing list