[kde-doc-english] [releaseme/rewrite] test: cmakeeditor: test nested directories
Harald Sitter
sitter at kde.org
Wed Feb 11 15:06:57 UTC 2015
Git commit 24b3e0ed04bba547d60cd0e84f8e528607b396fc by Harald Sitter.
Committed on 11/02/2015 at 10:57.
Pushed by sitter into branch 'rewrite'.
cmakeeditor: test nested directories
A +1 -0 test/data/cmakeeditor/test_create_handbook_complex/de/doc3/doc3.1/index.docbook
A +1 -0 test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/CMakeLists.txt
A +1 -0 test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/doc3.1/index.docbook
M +10 -0 test/test_cmakeeditor.rb
http://commits.kde.org/releaseme/24b3e0ed04bba547d60cd0e84f8e528607b396fc
diff --git a/test/data/cmakeeditor/test_create_handbook_complex/de/doc3/doc3.1/index.docbook b/test/data/cmakeeditor/test_create_handbook_complex/de/doc3/doc3.1/index.docbook
new file mode 100644
index 0000000..8d1c8b6
--- /dev/null
+++ b/test/data/cmakeeditor/test_create_handbook_complex/de/doc3/doc3.1/index.docbook
@@ -0,0 +1 @@
+
diff --git a/test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/CMakeLists.txt b/test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/CMakeLists.txt
new file mode 100644
index 0000000..8d1c8b6
--- /dev/null
+++ b/test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/CMakeLists.txt
@@ -0,0 +1 @@
+
diff --git a/test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/doc3.1/index.docbook b/test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/doc3.1/index.docbook
new file mode 100644
index 0000000..8d1c8b6
--- /dev/null
+++ b/test/data/cmakeeditor/test_create_handbook_complex/en_US/doc3/doc3.1/index.docbook
@@ -0,0 +1 @@
+
diff --git a/test/test_cmakeeditor.rb b/test/test_cmakeeditor.rb
index c28baac..b7c369c 100644
--- a/test/test_cmakeeditor.rb
+++ b/test/test_cmakeeditor.rb
@@ -97,11 +97,21 @@ class TestCMakeEditor < Testme
en_US/doc2
en_US/doc2/CMakeLists.txt
en_US/doc2/index.docbook
+ en_US/doc3
+ en_US/doc3/CMakeLists.txt
+ en_US/doc3/doc3.1
+ en_US/doc3/doc3.1/CMakeLists.txt
+ en_US/doc3/doc3.1/index.docbook
de
de/CMakeLists.txt
de/doc1
de/doc1/CMakeLists.txt
de/doc1/index.docbook
+ de/doc3
+ de/doc3/CMakeLists.txt
+ de/doc3/doc3.1
+ de/doc3/doc3.1/CMakeLists.txt
+ de/doc3/doc3.1/index.docbook
)
present_files = Dir.glob('**/**')
missing_files = []
More information about the kde-doc-english
mailing list