summaryrefslogtreecommitdiff
path: root/task.rb
diff options
context:
space:
mode:
Diffstat (limited to 'task.rb')
-rw-r--r--task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/task.rb b/task.rb
index 307d512..93aa8fb 100644
--- a/task.rb
+++ b/task.rb
@@ -20,7 +20,7 @@ class TaskTest < Test::Unit::TestCase
def test_rdf
- task = OpenTox::Task.new OpenTox::Task.all.last
+ task = OpenTox::Task.new OpenTox::Task.all.sort.last
validate_owl(task.uri)
#puts task.uri
end