@@ -62,8 +62,8 @@ describe('Functional tests using webpack', function() {
62
62
'main.js' ,
63
63
'font.css' ,
64
64
'bg.css' ,
65
- 'fonts/Roboto.9896f773628188b649ed5824fa363290 .woff2' ,
66
- 'images/symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png' ,
65
+ 'fonts/Roboto.9896f773 .woff2' ,
66
+ 'images/symfony_logo.ea1ca6f7 .png' ,
67
67
'manifest.json'
68
68
] ) ;
69
69
@@ -87,11 +87,11 @@ describe('Functional tests using webpack', function() {
87
87
) ;
88
88
webpackAssert . assertManifestPath (
89
89
'build/fonts/Roboto.woff2' ,
90
- '/build/fonts/Roboto.9896f773628188b649ed5824fa363290 .woff2'
90
+ '/build/fonts/Roboto.9896f773 .woff2'
91
91
) ;
92
92
webpackAssert . assertManifestPath (
93
93
'build/images/symfony_logo.png' ,
94
- '/build/images/symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
94
+ '/build/images/symfony_logo.ea1ca6f7 .png'
95
95
) ;
96
96
97
97
done ( ) ;
@@ -119,11 +119,11 @@ describe('Functional tests using webpack', function() {
119
119
120
120
webpackAssert . assertOutputFileContains (
121
121
'bg.css' ,
122
- 'http://localhost:8090/assets/images/symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
122
+ 'http://localhost:8090/assets/images/symfony_logo.ea1ca6f7 .png'
123
123
) ;
124
124
webpackAssert . assertOutputFileContains (
125
125
'font.css' ,
126
- 'http://localhost:8090/assets/fonts/Roboto.9896f773628188b649ed5824fa363290 .woff2'
126
+ 'http://localhost:8090/assets/fonts/Roboto.9896f773 .woff2'
127
127
) ;
128
128
// manifest file has CDN in value
129
129
webpackAssert . assertManifestPath (
@@ -172,7 +172,7 @@ describe('Functional tests using webpack', function() {
172
172
173
173
webpackAssert . assertOutputFileContains (
174
174
'bg.css' ,
175
- 'http://localhost:8090/assets/images/symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
175
+ 'http://localhost:8090/assets/images/symfony_logo.ea1ca6f7 .png'
176
176
) ;
177
177
// manifest file has CDN in value
178
178
webpackAssert . assertManifestPath (
@@ -285,20 +285,20 @@ describe('Functional tests using webpack', function() {
285
285
'0.d002be21e9bcf76057e9.js' , // chunks are also versioned
286
286
'main.292c0347ed1240663cb1.js' ,
287
287
'h1.c84caea6dd12bba7955dee9fedd5fd03.css' ,
288
- 'bg.42ced8eae2254268bb3c65f1e65bd041 .css' ,
288
+ 'bg.483832e48e67e6a3b7f0ae064eadca51 .css' ,
289
289
'manifest.json'
290
290
]
291
291
) ;
292
292
293
293
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
294
294
. with . files ( [
295
- 'symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
295
+ 'symfony_logo.ea1ca6f7 .png'
296
296
]
297
297
) ;
298
298
299
299
webpackAssert . assertOutputFileContains (
300
- 'bg.42ced8eae2254268bb3c65f1e65bd041 .css' ,
301
- '/build/images/symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
300
+ 'bg.483832e48e67e6a3b7f0ae064eadca51 .css' ,
301
+ '/build/images/symfony_logo.ea1ca6f7 .png'
302
302
) ;
303
303
304
304
done ( ) ;
@@ -323,24 +323,24 @@ describe('Functional tests using webpack', function() {
323
323
324
324
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
325
325
. with . files ( [
326
- 'symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
326
+ 'symfony_logo.ea1ca6f7 .png'
327
327
]
328
328
) ;
329
329
330
330
expect ( path . join ( config . outputPath , 'fonts' ) ) . to . be . a . directory ( )
331
331
. with . files ( [
332
- 'Roboto.9896f773628188b649ed5824fa363290 .woff2'
332
+ 'Roboto.9896f773 .woff2'
333
333
]
334
334
) ;
335
335
336
336
webpackAssert . assertOutputFileContains (
337
337
'bg.css' ,
338
- '/build/images/symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
338
+ '/build/images/symfony_logo.ea1ca6f7 .png'
339
339
) ;
340
340
341
341
webpackAssert . assertOutputFileContains (
342
342
'font.css' ,
343
- '/build/fonts/Roboto.9896f773628188b649ed5824fa363290 .woff2'
343
+ '/build/fonts/Roboto.9896f773 .woff2'
344
344
) ;
345
345
346
346
done ( ) ;
@@ -363,36 +363,36 @@ describe('Functional tests using webpack', function() {
363
363
364
364
expect ( path . join ( config . outputPath , 'images' ) ) . to . be . a . directory ( )
365
365
. with . files ( [
366
- 'symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png' ,
367
- 'symfony_logo.f27119c20951b473f2de80c000d60fa8 .png'
366
+ 'symfony_logo.ea1ca6f7 .png' ,
367
+ 'symfony_logo.f27119c2 .png'
368
368
]
369
369
) ;
370
370
371
371
expect ( path . join ( config . outputPath , 'fonts' ) ) . to . be . a . directory ( )
372
372
. with . files ( [
373
- 'Roboto.9896f773628188b649ed5824fa363290 .woff2' ,
374
- 'Roboto.3c37aa69cd77e6a53a067170fa8fe2e9 .woff2'
373
+ 'Roboto.9896f773 .woff2' ,
374
+ 'Roboto.3c37aa69 .woff2'
375
375
]
376
376
) ;
377
377
378
378
webpackAssert . assertOutputFileContains (
379
379
'styles.css' ,
380
- '/build/images/symfony_logo.ea1ca6f7f3719118f301a5cfcb1df3c0 .png'
380
+ '/build/images/symfony_logo.ea1ca6f7 .png'
381
381
) ;
382
382
383
383
webpackAssert . assertOutputFileContains (
384
384
'styles.css' ,
385
- '/build/images/symfony_logo.f27119c20951b473f2de80c000d60fa8 .png'
385
+ '/build/images/symfony_logo.f27119c2 .png'
386
386
) ;
387
387
388
388
webpackAssert . assertOutputFileContains (
389
389
'styles.css' ,
390
- '/build/fonts/Roboto.9896f773628188b649ed5824fa363290 .woff2'
390
+ '/build/fonts/Roboto.9896f773 .woff2'
391
391
) ;
392
392
393
393
webpackAssert . assertOutputFileContains (
394
394
'styles.css' ,
395
- '/build/fonts/Roboto.3c37aa69cd77e6a53a067170fa8fe2e9 .woff2'
395
+ '/build/fonts/Roboto.3c37aa69 .woff2'
396
396
) ;
397
397
398
398
done ( ) ;
@@ -735,7 +735,7 @@ module.exports = {
735
735
expect ( config . outputPath ) . to . be . a . directory ( ) . with . deep . files ( [
736
736
'main.js' ,
737
737
'main.css' ,
738
- 'images/logo.82b9c7a5a3f405032b1db71a25f67021 .png' ,
738
+ 'images/logo.82b9c7a5 .png' ,
739
739
'manifest.json'
740
740
] ) ;
741
741
0 commit comments