Discussion:
[dart-misc] Trying to run unit tests for a library package Intellij project
weenzeel
2018-06-02 19:28:23 UTC
Permalink
Hi!

I've created a new IntelliJ package project.
And trying to run a simple unit test.

I've created a new dart unit test run configuration with my test file as
source file.

But gets this error message

Failed to load "/Users/.../Library/Mobile": Does not exist.

Running dart 2 dev 59.

In

IntelliJ IDEA 2018.1.2 (Community Edition)
Build #IC-181.4668.68, built on April 24, 2018
JRE: 1.8.0_152-release-1136-b29 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.4
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/be6e9393-fe37-4519-9fe1-f765bdda43d9%40dartlang.org.
a***@gmail.com
2018-06-14 20:02:15 UTC
Permalink
I'd report it.
Turns out the problem is that I tried to store my project in an
iCloudDrive folder on Mac ... located at Users/.../Library/Mobile
Documents/...
Looks like folder structures with a space isn't handled.
Should this be reported as a bug or is this expected behavior?
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/7250119d-a3ca-4a2d-8604-6f9fe42133fe%40dartlang.org.
Loading...