[gtk-doc] tests: commit the test that was added for the bug fixed with previous commit
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] tests: commit the test that was added for the bug fixed with previous commit
- Date: Fri, 5 Mar 2010 09:03:38 +0000 (UTC)
commit 7f130e8a29a1e8fe9dbb55512f0b36b0a44e968e
Author: Stefan Kost <ensonic users sf net>
Date: Fri Mar 5 10:47:49 2010 +0200
tests: commit the test that was added for the bug fixed with previous commit
tests/bugs/docs/tester-sections.txt | 1 +
tests/bugs/src/tester.c | 11 +++++++++++
tests/bugs/src/tester.h | 3 +++
3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/tests/bugs/docs/tester-sections.txt b/tests/bugs/docs/tester-sections.txt
index 5f48682..5d5d850 100644
--- a/tests/bugs/docs/tester-sections.txt
+++ b/tests/bugs/docs/tester-sections.txt
@@ -37,6 +37,7 @@ bug_580300d_get_type
bug_602518a
bug_602518b
bug_602518c
+bug_607445
bug_610257
<SUBSECTION Standard>
<SUBSECTION Private>
diff --git a/tests/bugs/src/tester.c b/tests/bugs/src/tester.c
index 301e3fd..89dd985 100644
--- a/tests/bugs/src/tester.c
+++ b/tests/bugs/src/tester.c
@@ -208,6 +208,17 @@ unsigned int bug_602518c(void) {
}
/**
+ * bug_607445:
+ * @a: parameter
+ * @n: parameter
+ *
+ * http://bugzilla.gnome.org/show_bug.cgi?id=607445
+ */
+long double bug_607445(long double **a, int n) {
+ return 2.0*n;
+}
+
+/**
* bug_610257:
* @der: parameter
* @len: parameter
diff --git a/tests/bugs/src/tester.h b/tests/bugs/src/tester.h
index 992b859..55d4857 100644
--- a/tests/bugs/src/tester.h
+++ b/tests/bugs/src/tester.h
@@ -280,6 +280,9 @@ struct _BugXXX1b {
};
*/
+long double bug_607445(long double **a, int n);
+
+
signed long bug_610257(const unsigned char *der, int *len);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]