diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-10-25 21:23:38 +0000 |
---|---|---|
committer | andreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf> | 2014-10-25 21:23:38 +0000 |
commit | 250d6a4dbe61b6798cd090abeabdc0ece8237dd3 (patch) | |
tree | 05a15d388c8b8444b6ddd4c6806cd4f66169c2a0 /test/core | |
parent | dbb94be50c67ce2d4a132b0811c2a8dac825b49b (diff) |
some restructuring, added first version of the mozjs plugin
git-svn-id: file:///var/local/svn/basicwriter@78 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/script/FunctionTest.cpp (renamed from test/core/script/Function.cpp) | 0 | ||||
-rw-r--r-- | test/core/script/ObjectTest.cpp (renamed from test/core/script/Object.cpp) | 0 | ||||
-rw-r--r-- | test/core/script/VariantTest.cpp (renamed from test/core/script/Variant.cpp) | 0 | ||||
-rw-r--r-- | test/core/utils/RangeSetTest.cpp (renamed from test/core/model/RangeSet.cpp) | 2 | ||||
-rw-r--r-- | test/core/utils/UtilsTest.cpp (renamed from test/core/utils/Utils.cpp) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/test/core/script/Function.cpp b/test/core/script/FunctionTest.cpp index 5bacf2a..5bacf2a 100644 --- a/test/core/script/Function.cpp +++ b/test/core/script/FunctionTest.cpp diff --git a/test/core/script/Object.cpp b/test/core/script/ObjectTest.cpp index 3c392bb..3c392bb 100644 --- a/test/core/script/Object.cpp +++ b/test/core/script/ObjectTest.cpp diff --git a/test/core/script/Variant.cpp b/test/core/script/VariantTest.cpp index f229e3a..f229e3a 100644 --- a/test/core/script/Variant.cpp +++ b/test/core/script/VariantTest.cpp diff --git a/test/core/model/RangeSet.cpp b/test/core/utils/RangeSetTest.cpp index bfc7749..9be4c17 100644 --- a/test/core/model/RangeSet.cpp +++ b/test/core/utils/RangeSetTest.cpp @@ -18,7 +18,7 @@ #include <gtest/gtest.h> -#include <core/model/RangeSet.hpp> +#include <core/utils/RangeSet.hpp> namespace ousia { namespace model { diff --git a/test/core/utils/Utils.cpp b/test/core/utils/UtilsTest.cpp index d349c6f..d349c6f 100644 --- a/test/core/utils/Utils.cpp +++ b/test/core/utils/UtilsTest.cpp |