Rickard noticed that I have mistaken removed a lot of tests. Found that to be strange, and low and behold the files in question was on my system, git status reporting nothing to commit, and git push saying all is uptodate. Then I did a git pull and got the same state as Rickard reported. I reverted the change in question, but I couldn't get GIT to recognize the files. So, I thought perhaps it is because I am reverting and stuff.
So, I couldn't get it to do what I wanted, so I cloned a new qi4j-tests.git, then moved the test sources across. Look at this; -bash-3.2$ ls auxiliary core etc performance pom.xml -bash-3.2$ mv ~/dev/qi4j/qi4j-tests/aux/src/test/ auxiliary/src/ -bash-3.2$ git status # On branch master nothing to commit (working directory clean) -bash-3.2$ ls auxiliary/src main test -bash-3.2$ git status # On branch master nothing to commit (working directory clean) -bash-3.2$ git push --dry-run Everything up-to-date -bash-3.2$ git --version git version 1.6.1 What on earth is going on??? The files is auxiliary/src/test is there (in the new, freshly cloned local copy), but still don't recognizes the files. Anybody have any clue whatsoever?? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

