last-svn-commit-131-g1441b0f Move a test from Scribo into Milena.

* scribo/test.cc: Move... * milena/tests/util/ord.cc: ...here. --- ChangeLog | 7 +++++++ scribo/test.cc => milena/tests/util/ord.cc | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) rename scribo/test.cc => milena/tests/util/ord.cc (95%) diff --git a/ChangeLog b/ChangeLog index cf24349..b35c785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-04-20 Roland Levillain <roland@lrde.epita.fr> + Move a test from Scribo into Milena. + + * scribo/test.cc: Move... + * milena/tests/util/ord.cc: ...here. + +2010-04-20 Roland Levillain <roland@lrde.epita.fr> + Unconditionally regen files not recorded in the repository. * bootstrap: Here. diff --git a/scribo/test.cc b/milena/tests/util/ord.cc similarity index 95% rename from scribo/test.cc rename to milena/tests/util/ord.cc index 462d9b5..44a40d6 100644 --- a/scribo/test.cc +++ b/milena/tests/util/ord.cc @@ -1,5 +1,4 @@ -// Copyright (C) 2009 - EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE) // // This file is part of Olena. // @@ -31,7 +30,6 @@ int main() { using namespace mln; - point2d p1(0, 2); point2d p2(0, 2); -- 1.5.6.5
participants (1)
-
Roland Levillain