[valadoc] tests: Update generic-api-test
- From: Florian Brosch <flobrosch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [valadoc] tests: Update generic-api-test
- Date: Fri, 17 Aug 2012 23:24:44 +0000 (UTC)
commit 9d063401ca4d1b181d7f6e8e81aac5c344d75271
Author: Florian Brosch <flo brosch gmail com>
Date: Wed Aug 15 01:43:23 2012 +0200
tests: Update generic-api-test
tests/generic-api-test.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/generic-api-test.vala b/tests/generic-api-test.vala
index 61d4280..7d04d64 100644
--- a/tests/generic-api-test.vala
+++ b/tests/generic-api-test.vala
@@ -673,7 +673,7 @@ public static void test_class_global (Api.Class? cl, Api.Package pkg, Api.Namesp
// (.Delegate check)
assert (del.get_cname () == "TestClassGlobalFoo");
assert (del.return_type != null);
- //assert (del.is_static == false);
+ assert (del.is_static == false);
// (.Symbol check)
assert (del.is_deprecated == false);
assert (del.accessibility == Api.SymbolAccessibility.PUBLIC);
@@ -1086,7 +1086,7 @@ public static void test_interface_global (Api.Interface? iface, Api.Package pkg,
// (.Delegate check)
assert (del.get_cname () == "TestInterfaceGlobalFoo");
assert (del.return_type != null);
- //assert (del.is_static == false);
+ assert (del.is_static == false);
// (.Symbol check)
assert (del.is_deprecated == false);
assert (del.accessibility == Api.SymbolAccessibility.PUBLIC);
@@ -2411,7 +2411,7 @@ public static void test_global_ns (Api.Namespace global_ns, Api.Package pkg) {
assert (del != null);
// (.Delegate check)
assert (del.get_cname () == "test_delegate_global");
- assert (del.is_static == true);
+ assert (del.is_static == false);
// (.TypeSymbol check)
assert (del.is_basic_type == false);
// (.Symbol check)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]