|
@@ -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.185:8123')
|
24
|
|
-prop('TEST_SERVER_URL_SSL', 'https://192.168.17.185: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.17.185:8123')
|
|
24
|
+// prop('TEST_SERVER_URL_SSL', 'https://192.168.17.185:8124')
|
25
|
25
|
prop('DROPBOX_TOKEN', 'fsXcpmKPrHgAAAAAAAAAoXZhcXYWdgLpQMan6Tb_bzJ237DXhgQSev12hA-gUXt4')
|
26
|
26
|
prop('styles', {
|
27
|
27
|
image : {
|
|
@@ -74,7 +74,8 @@ describe('GET image from server', (report, done) => {
|
74
|
74
|
// require('./test-0.9.5')
|
75
|
75
|
// require('./test-0.9.6')
|
76
|
76
|
// require('./test-0.10.0')
|
77
|
|
-require('./test-0.10.1')
|
|
77
|
+// require('./test-0.10.1')
|
|
78
|
+require('./test-0.10.2')
|
78
|
79
|
// require('./test-background.js')
|
79
|
80
|
// require('./test-stream')
|
80
|
81
|
// require('./test-fetch')
|