1
1

Update the registry unit test.

This commit was SVN r2536.
Этот коммит содержится в:
Ralph Castain 2004-09-08 14:09:58 +00:00
родитель 4b30eddd23
Коммит 08f6491ae2

Просмотреть файл

@ -48,7 +48,8 @@ int main(int argc, char **argv)
test_init("test_gpr_replica");
test_out = fopen( "test_gpr_replica_out", "w+" );
/* test_out = fopen( "test_gpr_replica_out", "w+" ); */
test_out = stderr;
if( test_out == NULL ) {
test_failure("test_gpr_replica couldn't open test file failed");
test_finalize();