vala-tests r47 - trunk/tests/bugs
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala-tests r47 - trunk/tests/bugs
- Date: Sat, 25 Oct 2008 07:39:51 +0000 (UTC)
Author: juergbi
Date: Sat Oct 25 07:39:51 2008
New Revision: 47
URL: http://svn.gnome.org/viewvc/vala-tests?rev=47&view=rev
Log:
Fix test case for bug 548442 to only test described bug
Modified:
trunk/tests/bugs/548442.vala
Modified: trunk/tests/bugs/548442.vala
==============================================================================
--- trunk/tests/bugs/548442.vala (original)
+++ trunk/tests/bugs/548442.vala Sat Oct 25 07:39:51 2008
@@ -3,7 +3,7 @@
public class Test:GLib.Object {
public Time date1 { get; set; }
- public Time date2 { get; construct; }
+ public Time date2 { get; set; }
public Test (Time date) {
this.date2 = date;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]