Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"notifies when a file is moved onto an existing one" test fails on Windows #125

Open
DanTup opened this issue Jan 19, 2022 · 0 comments
Open

Comments

@DanTup
Copy link
Contributor

DanTup commented Jan 19, 2022

I'm enabling tests for Windows that were previously not running. This test currently fails for reasons I don't understand so I'm marking it as skipped to get the rest running (#124).

00:05 +42 ~1 -1: test\directory_watcher\windows_test.dart: Shared Tests: moves notifies when a file is moved onto an existing one [E]
  Expected: should do the following in any order:
            * emit an event that is remove from.txt
            * emit an event that is modify to.txt
    Actual: <Instance of 'StreamQueue<WatchEvent>'>
     Which: emitted * remove C:\Users\runneradmin\AppData\Local\Temp\dart_test_34083e64\to.txt
                    * add C:\Users\runneradmin\AppData\Local\Temp\dart_test_34083e64\to.txt
                    * remove C:\Users\runneradmin\AppData\Local\Temp\dart_test_34083e64\from.txt
  
  test\directory_watcher\shared.dart 136:7  sharedTests.<fn>.<fn>
DanTup added a commit to DanTup/watcher that referenced this issue Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant