Browse Source

Change firebase test data

For test #89  use a larger test image.
Ben Hsieh 8 years ago
parent
commit
1f496937a9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/test-firebase.js

+ 2
- 2
test/test-firebase.js View File

@@ -25,7 +25,7 @@ const { Assert, Comparer, Info, prop } = RNTest
25 25
 const describe = RNTest.config({
26 26
   group : 'firebase',
27 27
   run : true,
28
-  expand : false,
28
+  expand : true,
29 29
   timeout : 300000000,
30 30
 })
31 31
 const { TEST_SERVER_URL, TEST_SERVER_URL_SSL, DROPBOX_TOKEN, styles } = prop()
@@ -103,7 +103,7 @@ let tier2FileName = `firebase-test-${Platform.OS}-github2.jpg`
103 103
 describe('upload using file path', (report, done) => {
104 104
   RNFetchBlob
105 105
     .config({ fileCache : true, appendExt : 'jpg' })
106
-    .fetch('GET', `${TEST_SERVER_URL}/public/github2.jpg`)
106
+    .fetch('GET', `${TEST_SERVER_URL}/public/500k-img-dummy.jpg`)
107 107
     .then((resp) => {
108 108
       report(<Info key="test image">
109 109
         <Image style={styles.image} source={{uri : prefix + resp.path()}}/>