1
2
3
4
5
6
7
8
9
10
|
1
2
3
4
5
6
7
8
9
|
-
-
+
-
+
|
# Tests for patch file parsingunctions -*- tcl -*-
#----------------------------------------------------------------------
#------------------------------------------------------------*- tcl -*-
# $Revision$
# Tests for patch file parsing functions
#----------------------------------------------------------------------
# Overload exec during these tests
set ::eskil(gurka,patchFile) ""
set ::eskil(gurka,patchData) ""
stub update args {}
stub getFullPatch {top} {
|