|
@@ -373,6 +373,7 @@ class ElementFactoryTest extends UnitTest
|
373
|
373
|
'data_download' => null,
|
374
|
374
|
'data_download_url' => 'http://soundcloud.com/matas/sets/library-project/download',
|
375
|
375
|
'data_artist' => 'matas',
|
|
376
|
+ 'data_normalized_url' => 'http://api.soundcloud.com/playlists/3770'
|
376
|
377
|
),$datas);
|
377
|
378
|
|
378
|
379
|
// 'http://soundcloud.com/matas/above-hyperion-redux'
|
|
@@ -397,7 +398,8 @@ class ElementFactoryTest extends UnitTest
|
397
|
398
|
'data_artist' => 'matas',
|
398
|
399
|
'data_tags' => array(
|
399
|
400
|
0 => 'Spacestep'
|
400
|
|
- )
|
|
401
|
+ ),
|
|
402
|
+ 'data_normalized_url' => 'http://api.soundcloud.com/tracks/3154252'
|
401
|
403
|
),$datas);
|
402
|
404
|
|
403
|
405
|
// 'http://soundcloud.com/tracks/search?q%5Bfulltext%5D=EEK+A+MOUSSE&q%5Btype%5D=&q%5Bduration%5D='
|