added some notes in the tests and fixed get_from_storage to actually use the new...
[dbsrgits/DBIx-Class.git] / t / 93storage_replication.t
index d03f5c6..3de346a 100644 (file)
@@ -569,7 +569,7 @@ ok $replicated->schema->resultset('Artist')->find(1)
        => 'Got expected single result from transaction';         
 }     
 
-## Private attribute tests
+## Test the reliable_storage resultset attribute.
 
 {
        ok my $artist_rs = $replicated->schema->resultset('Artist')
@@ -580,7 +580,7 @@ ok $replicated->schema->resultset('Artist')->find(1)
         => 'Created a resultset using reliable storage';
           
     ok my $artist = $reliable_artist_rs->find(2) 
-        => 'got an artist to test see the attributes';
+        => 'got an artist result via reliable storage';
 }
 
 ## Delete the old database files