myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2786] trunk/test/fixtures: added missing fixture


From: noreply
Subject: [myexperiment-hackers] [2786] trunk/test/fixtures: added missing fixtures
Date: Sun, 6 Nov 2011 10:39:51 -0500 (EST)

Revision
2786
Author
dgc
Date
2011-11-06 10:39:51 -0500 (Sun, 06 Nov 2011)

Log Message

added missing fixtures

Added Paths

Diff

Added: trunk/test/fixtures/ontologies.yml (0 => 2786)


--- trunk/test/fixtures/ontologies.yml	                        (rev 0)
+++ trunk/test/fixtures/ontologies.yml	2011-11-06 15:39:51 UTC (rev 2786)
@@ -0,0 +1,12 @@
+
+test_ontology_1:
+  id: 1
+  user_id: 1
+  prefix: test_prefix
+  uri: http://www.example.com/ontologies/1
+  title: Test ontology
+  description: This is a test ontology.
+  description_html: <p>This is a test ontology.</p>
+  created_at: 2008-02-14 20:19:18
+  updated_at: 2008-02-14 20:19:18
+

Added: trunk/test/fixtures/predicates.yml (0 => 2786)


--- trunk/test/fixtures/predicates.yml	                        (rev 0)
+++ trunk/test/fixtures/predicates.yml	2011-11-06 15:39:51 UTC (rev 2786)
@@ -0,0 +1,13 @@
+
+test_predicate_1:
+  id: 1
+  title: Test predicate
+  description: This is a test predicate.
+  description_html: <p>This is a test predicate.</p>
+  phrase: is a test phrase with 
+  ontology_id: 1
+  equivalent_to: 
+  created_at: 2008-02-14 20:19:18
+  updated_at: 2008-02-14 20:19:18
+
+

reply via email to

[Prev in Thread] Current Thread [Next in Thread]