Skip to content

Commit

Permalink
Clean up stub listing shown to user before unit test is generated
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5235 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 9, 2006
1 parent bd8b302 commit c62d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/test_builder.pl
Expand Up @@ -46,9 +46,9 @@
$stubString = $stubString . " void $line()\n\(\n\n\)\n";
#show the user the list
print $line;
print "\n";
}
}
print $stubString;
print "-----------------------------\n";
print "Create the unit test? [y/n]: ";
$createIt = <STDIN>;
Expand Down

0 comments on commit c62d418

Please sign in to comment.