denniskaselow / dartemis

A Dart port of the Artemis Entity System Framework
BSD 2-Clause "Simplified" License
49 stars 6 forks source link

Fixed unittest dependency #18

Closed deakster closed 11 years ago

deakster commented 11 years ago

The unittest package is no longer hosted on pub.dartlang.org (http://pub.dartlang.org/packages/unittest shows 404) so "pub install" fails with the current pubspec.yaml

The package should be included from the sdk, as shown in the updated documentation:

http://api.dartlang.org/docs/bleeding_edge/unittest.html

denniskaselow commented 11 years ago

Thank you

denniskaselow commented 11 years ago

Seems like there is some kind of failure at pub.dartlang.org: https://code.google.com/p/dart/issues/detail?id=7710

deakster commented 11 years ago

Indeed, seems to have re-appeared now.