Hello,
In fact, SignedBikeRoute_4326_clipped was moved to the new location.
But when I did an svn update just before doing my commit, I was
surprised by files coming back to me with "restored" status. I destroyed
them again, except for these test files.
I correct these troubles soon.
Marc.
-----Message d'origine-----
From: Martin Desruisseaux
Sent: Wednesday, December 31, 2014 4:43 PM
To: Apache SIS
Subject: Suggestion on today Shapefile commit: avoid duplicating test files
Hello Marc
I just saw the today commit on the Shapefile module, thanks. I noticed
that the "SignedBikeRoute_4326_clipped" test files were copied in a new
package. Can I make 2 suggestions?
1) Please use "svn copy" when copying files, for preserving history and
reducing the space consumption on Apache servers.
2) In this case, why copying the test files? Why not using the existing
test files? This can be done by modifying
AbstractTestBaseForInternalJDBC file at line 46, if we replace
'AbstractTestBaseForInternalJDBC.class' by 'ShapeFileTest.class'.
Martin