From 52b9dd486d176e091b9aade39d6d6db7774d63da Mon Sep 17 00:00:00 2001
From: Dimitri van Heesch
Date: Sat, 12 Jan 2019 15:04:10 +0100
Subject: Merge: reorder tests
---
testing/081/081__brief__lists_8h.xml | 242 +++++++++++++++++------------------
testing/081/namespace_n.xml | 50 --------
testing/081_decl_def.cpp | 18 ---
testing/082/namespace_n.xml | 2 +-
testing/082_decl_def.cpp | 4 +-
testing/083/namespace_n.xml | 50 ++++++++
testing/083_decl_def.cpp | 18 +++
7 files changed, 192 insertions(+), 192 deletions(-)
mode change 100755 => 100644 testing/081/081__brief__lists_8h.xml
delete mode 100644 testing/081/namespace_n.xml
delete mode 100644 testing/081_decl_def.cpp
create mode 100644 testing/083/namespace_n.xml
create mode 100644 testing/083_decl_def.cpp
diff --git a/testing/081/081__brief__lists_8h.xml b/testing/081/081__brief__lists_8h.xml
old mode 100755
new mode 100644
index 5ede1fb..19dfe79
--- a/testing/081/081__brief__lists_8h.xml
+++ b/testing/081/081__brief__lists_8h.xml
@@ -1,121 +1,121 @@
-
-
-
- 081_brief_lists.h
-
-
- void
- void c_subr1
- (void)
- c_subr1
-
- void
-
-
- Just with minus.
-
-
-
-
-
- Item 1
-
-
- Item 2
-
-
-
-
-
-
-
-
-
- void
- void c_subr2
- (void)
- c_subr2
-
- void
-
-
- With minus and hash.
-
-
-
-
-
- Item 3
-
-
- Item 4
-
-
-
-
-
-
-
-
-
- void
- void c_subr3
- (void)
- c_subr3
-
- void
-
-
- With numbers.
-
-
-
-
-
- Item 5
-
-
- Item 6
-
-
-
-
-
-
-
-
-
- void
- void c_subr4
- (void)
- c_subr4
-
- void
-
-
- With asterisk.
-
-
-
-
-
- Item 7
-
-
- Item 8
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 081_brief_lists.h
+
+
+ void
+ void c_subr1
+ (void)
+ c_subr1
+
+ void
+
+
+ Just with minus.
+
+
+
+
+
+ Item 1
+
+
+ Item 2
+
+
+
+
+
+
+
+
+
+ void
+ void c_subr2
+ (void)
+ c_subr2
+
+ void
+
+
+ With minus and hash.
+
+
+
+
+
+ Item 3
+
+
+ Item 4
+
+
+
+
+
+
+
+
+
+ void
+ void c_subr3
+ (void)
+ c_subr3
+
+ void
+
+
+ With numbers.
+
+
+
+
+
+ Item 5
+
+
+ Item 6
+
+
+
+
+
+
+
+
+
+ void
+ void c_subr4
+ (void)
+ c_subr4
+
+ void
+
+
+ With asterisk.
+
+
+
+
+
+ Item 7
+
+
+ Item 8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/081/namespace_n.xml b/testing/081/namespace_n.xml
deleted file mode 100644
index 59d3a92..0000000
--- a/testing/081/namespace_n.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
- N
-
-
- int
- int N::var
-
- var
-
- variable declaration
-
-
- Detailed docs.
-
-
-
-
-
-
-
-
- void
- void N::foo
- (int param)
- foo
-
- int
- param
-
-
- function declaration
-
-
- Detailed docs.
-
-
-
-
-
-
-
-
-
- Namespace
-
-
-
-
diff --git a/testing/081_decl_def.cpp b/testing/081_decl_def.cpp
deleted file mode 100644
index 5623828..0000000
--- a/testing/081_decl_def.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// objective: test for declation and definition order independence: decl first
-// check: namespace_n.xml
-// config: INPUT = $INPUTDIR/decl_def.h $INPUTDIR/081_decl_def.cpp
-#include "test.h"
-
-/** Namespace */
-namespace N
-{
-
-/** Detailed docs. */
-int var;
-
-/** Detailed docs. */
-void foo(int param)
-{
-}
-
-}
diff --git a/testing/082/namespace_n.xml b/testing/082/namespace_n.xml
index 81867fe..f69081d 100644
--- a/testing/082/namespace_n.xml
+++ b/testing/082/namespace_n.xml
@@ -45,6 +45,6 @@
Namespace
-
+
diff --git a/testing/082_decl_def.cpp b/testing/082_decl_def.cpp
index 905f7f4..ef57836 100644
--- a/testing/082_decl_def.cpp
+++ b/testing/082_decl_def.cpp
@@ -1,6 +1,6 @@
-// objective: test for declation and definition order independence: def first
+// objective: test for declation and definition order independence: decl first
// check: namespace_n.xml
-// config: INPUT = $INPUTDIR/082_decl_def.cpp $INPUTDIR/decl_def.h
+// config: INPUT = $INPUTDIR/decl_def.h $INPUTDIR/082_decl_def.cpp
#include "test.h"
/** Namespace */
diff --git a/testing/083/namespace_n.xml b/testing/083/namespace_n.xml
new file mode 100644
index 0000000..6adedaf
--- /dev/null
+++ b/testing/083/namespace_n.xml
@@ -0,0 +1,50 @@
+
+
+
+ N
+
+
+ int
+ int N::var
+
+ var
+
+ variable declaration
+
+
+ Detailed docs.
+
+
+
+
+
+
+
+
+ void
+ void N::foo
+ (int param)
+ foo
+
+ int
+ param
+
+
+ function declaration
+
+
+ Detailed docs.
+
+
+
+
+
+
+
+
+
+ Namespace
+
+
+
+
diff --git a/testing/083_decl_def.cpp b/testing/083_decl_def.cpp
new file mode 100644
index 0000000..1241be6
--- /dev/null
+++ b/testing/083_decl_def.cpp
@@ -0,0 +1,18 @@
+// objective: test for declation and definition order independence: def first
+// check: namespace_n.xml
+// config: INPUT = $INPUTDIR/083_decl_def.cpp $INPUTDIR/decl_def.h
+#include "test.h"
+
+/** Namespace */
+namespace N
+{
+
+/** Detailed docs. */
+int var;
+
+/** Detailed docs. */
+void foo(int param)
+{
+}
+
+}
--
cgit v0.12