[Bps-public-commit] r13805 - Prophet/trunk/t
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jul 4 09:20:03 EDT 2008
Author: jesse
Date: Fri Jul 4 09:20:03 2008
New Revision: 13805
Modified:
Prophet/trunk/t/simple-push.t
Log:
* Todoing an unimplemenmted feature's test
Modified: Prophet/trunk/t/simple-push.t
==============================================================================
--- Prophet/trunk/t/simple-push.t (original)
+++ Prophet/trunk/t/simple-push.t Fri Jul 4 09:20:03 2008
@@ -26,11 +26,13 @@
my $alice = Prophet::Replica->new( { url => repo_uri_for('alice') } );
my $bob = Prophet::Replica->new( { url => repo_uri_for('bob') } );
-
+TODO: {
+ local $TODO = "Eventually, we'll want to ensure that you can't merge databases which aren't already replicas";
is( $bob->db_uuid,
$alice->db_uuid,
"bob and alice's replicas need to have the same uuid for them to be able to sync without issues"
);
+};
my $changesets = $bob->new_changesets_for($alice);
More information about the Bps-public-commit
mailing list