##// END OF EJS Templates
test-fncache: enable for Windows...
Adrian Buehlmann -
r17748:49f75963 default
parent child Browse files
Show More
@@ -117,8 +117,6 b' Non fncache repo:'
117 .hg/undo.dirstate
117 .hg/undo.dirstate
118 $ cd ..
118 $ cd ..
119
119
120 #if no-windows
121
122 Encoding of reserved / long paths in the store
120 Encoding of reserved / long paths in the store
123
121
124 $ hg init r2
122 $ hg init r2
@@ -128,22 +126,46 b' Encoding of reserved / long paths in the'
128 > portablefilenames = ignore
126 > portablefilenames = ignore
129 > EOF
127 > EOF
130
128
131 $ DIR="bla.aux/prn/PRN/lpt/com3/nul/coma/foo.NUL"
129 $ hg import -q --bypass - <<EOF
132 $ mkdir -p "$DIR"
130 > # HG changeset patch
133 $ echo foo > "$DIR/normal.c"
131 > # User test
134 $ DIR="AUX/SECOND/X.PRN/FOURTH/FI:FTH/SIXTH/SEVENTH/EIGHTH/NINETH/TENTH/ELEVENTH"
132 > # Date 0 0
135 $ mkdir -p "$DIR"
133 > # Node ID 1c7a2f7cb77be1a0def34e4c7cabc562ad98fbd7
136 $ echo foo > "$DIR/LOREMIPSUM.TXT"
134 > # Parent 0000000000000000000000000000000000000000
137 $ DIR="enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/wsdlExtension/src/main/java/META-INF/services"
135 > 1
138 $ mkdir -p "$DIR"
136 >
139 $ echo foo > "$DIR/org.netbeans.modules.xml.wsdl.bindingsupport.spi.ExtensibilityElementTemplateProvider"
137 > diff --git a/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345/xxxxxxxxx-xxxxxxxxx-xxxxxxxxx-123456789-12.3456789-12345-ABCDEFGHIJKLMNOPRSTUVWXYZ-abcdefghjiklmnopqrstuvwxyz b/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345/xxxxxxxxx-xxxxxxxxx-xxxxxxxxx-123456789-12.3456789-12345-ABCDEFGHIJKLMNOPRSTUVWXYZ-abcdefghjiklmnopqrstuvwxyz
140 $ DIR="Project Planning/Resources/AnotherLongDirectoryName/Followedbyanother/AndAnother"
138 > new file mode 100644
141 $ mkdir -p "$DIR"
139 > --- /dev/null
142 $ echo foo > "$DIR/AndThenAnExtremelyLongFileName.txt"
140 > +++ b/12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345/xxxxxxxxx-xxxxxxxxx-xxxxxxxxx-123456789-12.3456789-12345-ABCDEFGHIJKLMNOPRSTUVWXYZ-abcdefghjiklmnopqrstuvwxyz
143 $ DIR="12345678/12345678/12345678/12345678/12345678/12345678/12345678/12345"
141 > @@ -0,0 +1,1 @@
144 $ mkdir -p "$DIR"
142 > +foo
145 $ echo foo > "$DIR/xxxxxxxxx-xxxxxxxxx-xxxxxxxxx-123456789-12.3456789-12345-ABCDEFGHIJKLMNOPRSTUVWXYZ-abcdefghjiklmnopqrstuvwxyz"
143 > diff --git a/AUX/SECOND/X.PRN/FOURTH/FI:FTH/SIXTH/SEVENTH/EIGHTH/NINETH/TENTH/ELEVENTH/LOREMIPSUM.TXT b/AUX/SECOND/X.PRN/FOURTH/FI:FTH/SIXTH/SEVENTH/EIGHTH/NINETH/TENTH/ELEVENTH/LOREMIPSUM.TXT
146 $ hg ci -qAm1
144 > new file mode 100644
145 > --- /dev/null
146 > +++ b/AUX/SECOND/X.PRN/FOURTH/FI:FTH/SIXTH/SEVENTH/EIGHTH/NINETH/TENTH/ELEVENTH/LOREMIPSUM.TXT
147 > @@ -0,0 +1,1 @@
148 > +foo
149 > diff --git a/Project Planning/Resources/AnotherLongDirectoryName/Followedbyanother/AndAnother/AndThenAnExtremelyLongFileName.txt b/Project Planning/Resources/AnotherLongDirectoryName/Followedbyanother/AndAnother/AndThenAnExtremelyLongFileName.txt
150 > new file mode 100644
151 > --- /dev/null
152 > +++ b/Project Planning/Resources/AnotherLongDirectoryName/Followedbyanother/AndAnother/AndThenAnExtremelyLongFileName.txt
153 > @@ -0,0 +1,1 @@
154 > +foo
155 > diff --git a/bla.aux/prn/PRN/lpt/com3/nul/coma/foo.NUL/normal.c b/bla.aux/prn/PRN/lpt/com3/nul/coma/foo.NUL/normal.c
156 > new file mode 100644
157 > --- /dev/null
158 > +++ b/bla.aux/prn/PRN/lpt/com3/nul/coma/foo.NUL/normal.c
159 > @@ -0,0 +1,1 @@
160 > +foo
161 > diff --git a/enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/wsdlExtension/src/main/java/META-INF/services/org.netbeans.modules.xml.wsdl.bindingsupport.spi.ExtensibilityElementTemplateProvider b/enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/wsdlExtension/src/main/java/META-INF/services/org.netbeans.modules.xml.wsdl.bindingsupport.spi.ExtensibilityElementTemplateProvider
162 > new file mode 100644
163 > --- /dev/null
164 > +++ b/enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/wsdlExtension/src/main/java/META-INF/services/org.netbeans.modules.xml.wsdl.bindingsupport.spi.ExtensibilityElementTemplateProvider
165 > @@ -0,0 +1,1 @@
166 > +foo
167 > EOF
168
147 $ find .hg/store -name *.i | sort
169 $ find .hg/store -name *.i | sort
148 .hg/store/00changelog.i
170 .hg/store/00changelog.i
149 .hg/store/00manifest.i
171 .hg/store/00manifest.i
@@ -155,5 +177,4 b' Encoding of reserved / long paths in the'
155
177
156 $ cd ..
178 $ cd ..
157
179
158 #endif
159
180
General Comments 0
You need to be logged in to leave comments. Login now