Commit 74c45eea authored by Roque's avatar Roque

erp5_officejs: more details in log for test

parent 8680ffa0
......@@ -269,7 +269,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>973.33806.29832.64307</string> </value>
<value> <string>974.24136.6672.34252</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -287,7 +287,7 @@
</tuple>
<state>
<tuple>
<float>1549565698.61</float>
<float>1552660461.13</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -269,7 +269,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>973.29145.11643.18193</string> </value>
<value> <string>974.24170.51028.9062</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -287,7 +287,7 @@
</tuple>
<state>
<tuple>
<float>1549461300.51</float>
<float>1552660552.06</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -140,7 +140,10 @@
console.log(error);
var extra = "no-extra-info";
if (error && error.currentTarget) {
extra = "target.responseURL: " + error.currentTarget.responseURL + " . with status: " + error.currentTarget.status;
extra = "target.responseURL: " + error.currentTarget.responseURL +
" .|| with status: " + error.currentTarget.status +
" .|| with response: " + error.currentTarget.response +
" .|| with responseText: " + error.currentTarget.responseText;
}
error.message = "Can't get manifest. URL: " + url + " \n. error extra: " + String(extra);
}
......
......@@ -255,7 +255,7 @@
</tuple>
<state>
<tuple>
<float>1553017075.77</float>
<float>1553017448.88</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>974.30106.8286.48844</string> </value>
<value> <string>974.30116.47750.49766</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1553017120.96</float>
<float>1553017556.22</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment