diff test/fixtures/trackers.yml @ 0:513646585e45

* Import Redmine trunk SVN rev 3859
author Chris Cannam
date Fri, 23 Jul 2010 15:52:44 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/fixtures/trackers.yml	Fri Jul 23 15:52:44 2010 +0100
@@ -0,0 +1,16 @@
+--- 
+trackers_001: 
+  name: Bug
+  id: 1
+  is_in_chlog: true
+  position: 1
+trackers_002: 
+  name: Feature request
+  id: 2
+  is_in_chlog: true
+  position: 2
+trackers_003: 
+  name: Support request
+  id: 3
+  is_in_chlog: false
+  position: 3