-
Notifications
You must be signed in to change notification settings - Fork 155
Resolves bug reported in Issue #76 #83
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
Conversation
…enation, utilizes the mapping from current iteration for comparison of directory paths.
as you can see, you broke the unittests somehow, could you look yourself into the source of the problem? |
…to account for new requirement.
I'm working on resolving those issues. Somehow I didn't notice it had unit tests to run… doh! :/ Anyhow, I'm running them locally to check things now, and may even add a unit test for the big which this is supposed to resolve. ;) @CNanninga - Tagging you here so you know and will get this thread… |
maybe helpfully, I added some testing with https://github.com/magento-hackathon/magento-composer-installer/blob/master/tests/MagentoHackathon/Composer/Magento/FullStackTest.php to better test problems with real existing modules and created or not created files as result of normal usage. |
Thanks. I'll check that out and definitely give it a go. There are public OSS modules which are affected by the bug here, but I've got a unit test which I'm testing against for implementation now. :) |
Conflicts: tests/MagentoHackathon/Composer/Magento/Deploystrategy/CopyTest.php
…xists for issue 76
@Flyingmana Question: How can I get the artifact needed to successfully run the full stack tests? If I merge master into this branch and then run phpunit I get the following output:
Currently branch issue-76 contains all of tag 2.0.0-beta1 and the unit tests run perfectly on my dev setup. Still waiting to hear back from Travis. :) |
that could be probably caused from a missing composer.phar in the path, I use composers archive command to generate the artifact |
could you do a merge, to include the latest unittests? |
The latest code in master has been merged in. Just verified that composer.phar is in my path and executes. What is strange is there are a few other artifacts left behind after the error about |
@Flyingmana Do you want me to fix the broken full stack test for this or are you planning on doing that? |
I need a bit of time to think about this and look again trough it, but if you fix it, I would merge it and wait if someone complains about the behavior. |
Resolves bug reported in Issue #76 does not break any existing unittests, currently failing unittests were already failing before
Resolves the bug reported in issue #76 and as far as I've been able to verify, doesn't break the copy method in other use cases. If you find I've broken it, let me know and I'll go back to the drawing board… those trailing slashes were being rather pesky. ;)