sparql adaptor test fails in test_language

Bug #287324 reported by noah diewald
2
Affects Status Importance Assigned to Milestone
ActiveRDF
Fix Committed
Undecided
Unassigned

Bug Description

The test fails because the original text has the verb 'was' and not 'is' see diff below.

=== modified file 'activerdf-sparql/test/test_sparql_adapter.rb'
--- activerdf-sparql/test/test_sparql_adapter.rb 2008-06-11 12:11:39 +0000
+++ activerdf-sparql/test/test_sparql_adapter.rb 2008-10-22 02:36:14 +0000
@@ -29,7 +29,7 @@
     german = Query.new.distinct(:o).where(sunset,abstract,:o).limit(1).lang(:o,'de').execute.first
     english = Query.new.distinct(:o).where(sunset,abstract,:o).limit(1).lang(:o,'en').execute.first

- assert english =~ /^77 Sunset Strip was the first hour-length private detective series in American television history/
+ assert english =~ /^77 Sunset Strip is the first hour-length private detective series in American television history/
     assert german =~ /^77 Sunset Strip ist ein Serienklassiker aus den USA um das gleichnamige, in Los Angeles am Sunset Boulevard angesiedelte Detektivbüro/
   end

Revision history for this message
Eyal Oren (ikbeneyal) wrote :

thanks, fixed

Changed in activerdf:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.