shamblett / cmis

A browser and server based CMIS client in Dart
GNU General Public License v3.0
2 stars 0 forks source link

Fix the browser tests #7

Closed shamblett closed 3 years ago

shamblett commented 3 years ago

The browser tests don't currently run, error is -

  Failed to load "test/cmis_browser_test.dart": Failed to load script at http://localhost:34909/GmpYitHAlIeJJBOhiT9UUnUtjSuzgZYH/test/cmis_browser_test.dart.browser_test.dart.js.

Fixed this by removing the 'build.yaml' file, defines entry points that are no longer needed.

We now have -

Expected a value of type 'FutureOr<HttpRequest>?', but got one of type 'JsonObjectLite<dynamic>'

at

 package:cmis/src/httpadapters/cmis_browser_http_adapter.dart 60:16   onError

Get rid of the interactive tests and fix the onError method.

shamblett commented 3 years ago

Complete.