|
@@ -18,10 +18,10 @@ const { Assert, Comparer, Info, prop } = RNTest
|
18
|
18
|
// test environment variables
|
19
|
19
|
|
20
|
20
|
prop('FILENAME', `${Platform.OS}-0.10.0-${Date.now()}.png`)
|
21
|
|
-// prop('TEST_SERVER_URL', 'http://localhost:8123')
|
22
|
|
-// prop('TEST_SERVER_URL_SSL', 'https://localhost:8124')
|
23
|
|
-prop('TEST_SERVER_URL', 'http://192.168.17.203:8123')
|
24
|
|
-prop('TEST_SERVER_URL_SSL', 'https://192.168.17.203:8124')
|
|
21
|
+prop('TEST_SERVER_URL', 'http://localhost:8123')
|
|
22
|
+prop('TEST_SERVER_URL_SSL', 'https://localhost:8124')
|
|
23
|
+// prop('TEST_SERVER_URL', 'http://192.168.0.12:8123')
|
|
24
|
+// prop('TEST_SERVER_URL_SSL', 'https://192.168.0.12:8124')
|
25
|
25
|
prop('DROPBOX_TOKEN', 'fsXcpmKPrHgAAAAAAAAAoXZhcXYWdgLpQMan6Tb_bzJ237DXhgQSev12hA-gUXt4')
|
26
|
26
|
prop('styles', {
|
27
|
27
|
image : {
|
|
@@ -73,7 +73,7 @@ describe('GET image from server', (report, done) => {
|
73
|
73
|
// require('./test-0.9.4')
|
74
|
74
|
// require('./test-0.9.5')
|
75
|
75
|
// require('./test-0.9.6')
|
76
|
|
-// require('./test-0.10.0')
|
|
76
|
+require('./test-0.10.0')
|
77
|
77
|
// require('./test-background.js')
|
78
|
78
|
// require('./test-stream')
|
79
|
79
|
// require('./test-fetch')
|
|
@@ -81,6 +81,6 @@ describe('GET image from server', (report, done) => {
|
81
|
81
|
// require('./test-xmlhttp')
|
82
|
82
|
// require('./test-blob')
|
83
|
83
|
// require('./test-firebase')
|
84
|
|
-require('./test-android')
|
|
84
|
+// require('./test-android')
|
85
|
85
|
// require('./test-stress')
|
86
|
86
|
// require('./benchmark')
|