| Topic Text | Topic Comments (1) | Topic Properties | Topic Information | sits@use... | ||||
| Topic title: CVS commit: Test fixes from Jason | Monday January 23, 2006 21:03:48 |
Download topic text | View in monospace font | Tab width set to 8 (change to 4)
| Files in topic: | ||
| [Jump to] codestriker/test/diffparsers.t | 1.1 | {+2,-2} |
| [Jump to] codestriker/test/runtests.conf | 1.4 | {+1,-1} |
[Add General Comment] to topic.
| File codestriker/test/diffparsers.t (Revision 1.1) | [Add File Comment] [Top] [>>] |
| Line 21 | Parallel | Line 21 | Parallel | ||
| 21 | 21 | ||
| 22 | foreach my $filename (@filenames) | 22 | foreach my $filename (@filenames) |
| 23 | { | 23 | { |
| 24 | my $repo = '/home/sits/cvs'; | 24 | my $repo = 'Local CVS'; |
| 25 | 25 | ||
| 26 | $filename =~ /\/([a-zA-Z]+)/; | 26 | $filename =~ /\/([a-zA-Z]+)/; |
| 27 | 27 | ||
| Line 29 | Parallel | Line 29 | Parallel | ||
| 29 | 29 | ||
| 30 | if ($repo_type eq "cvs") | 30 | if ($repo_type eq "cvs") |
| 31 | { | 31 | { |
| 32 | $repo = '/home/sits/cvs'; | 32 | $repo = 'Local CVS'; |
| 33 | } | 33 | } |
| 34 | elsif ($repo_type eq "perforce") | 34 | elsif ($repo_type eq "perforce") |
| 35 | { | 35 | { |
| File codestriker/test/runtests.conf (Revision 1.4) | [Add File Comment] [<<] [Top] |
| Line 5 | Parallel | Line 5 | Parallel | ||
| 5 | 5 | ||
| 6 | @email_adddress = ( 'jpr@clover','jpr2@clover','jpr3@clover' ); | 6 | @email_adddress = ( 'jpr@clover','jpr2@clover','jpr3@clover' ); |
| 7 | 7 | ||
| 8 | $version = "1.9.0.beta2"; | 8 | $version = "1.9.2"; |
| 9 | 9 | ||
| 10 | $check_help_links = 0; | 10 | $check_help_links = 0; |
| 11 | 11 | ||
| Legend: | |
| Removed | |
| Changed | |
| Added | |
[Add General Comment] to topic.