Skip to content

Commit cafc235

Browse files
author
timlinux
committed
Clean up stub listing shown to user before unit test is generated
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5235 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 13b4586 commit cafc235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/test_builder.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
$stubString = $stubString . " void $line()\n\(\n\n\)\n";
4747
#show the user the list
4848
print $line;
49+
print "\n";
4950
}
5051
}
51-
print $stubString;
5252
print "-----------------------------\n";
5353
print "Create the unit test? [y/n]: ";
5454
$createIt = <STDIN>;

0 commit comments

Comments
 (0)