[common][tct-serviceworkers-w3c-tests][Update TCs to fix issue] 47/125647/1
authorxy.qian <xy.qian@samsung.com>
Tue, 18 Apr 2017 07:51:06 +0000 (15:51 +0800)
committerxy.qian <xy.qian@samsung.com>
Tue, 18 Apr 2017 07:51:06 +0000 (15:51 +0800)
Change-Id: Idee687eb219157dc09aeac4280c1c1a1a498b09c
Signed-off-by: xy.qian <xy.qian@samsung.com>
common/tct-serviceworkers-w3c-tests/resources/cache-matchAll-with-options.js
common/tct-serviceworkers-w3c-tests/resources/test-helpers.js

index 821fbb4a0ee014562339f460de1af9148b2caab7..be90fb25f471e5ea83a882383ebc8dbb660cf010 100755 (executable)
@@ -12,7 +12,7 @@ prepopulated_cache_test(simple_entries, function(cache, entries) {
             result,
             [
               entries.a.response,
-              //entries.a_with_query.response
+              entries.a_with_query.response
             ],
             'Cache.matchAll with ignoreSearch should ignore the ' +
             'search parameters of cached request.');
@@ -20,4 +20,4 @@ prepopulated_cache_test(simple_entries, function(cache, entries) {
   },
   'Cache.matchAll with ignoreSearch option');
 
-done();
\ No newline at end of file
+done();
index b506b0da2a70e14608daf8c33127d8607f914024..814f65d7b8a668784703aea7da2603465efcb251 100755 (executable)
@@ -299,17 +299,6 @@ var simple_entries = [
     response: new Response('')
   },
 
-  {
-    name: 'secret_cat',
-    request: new Request('http://tom:jerry@example.com/cat'),
-    response: new Response('')
-  },
-
-  {
-    name: 'top_secret_cat',
-    request: new Request('http://tom:j3rry@example.com/cat'),
-    response: new Response('')
-  },
   {
     name: 'non_2xx_response',
     request: new Request('http://example.com/non2xx'),