I'm trying to use the built-in testing features of Subsonic 3.0.0.4 by setting my connection string to "Test". My data access routines use the SqlQuery class. When I try to run a test against the "in-memory" repository, I receive this error:

System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.

When debugging, I can see that the database class, which inherits from IQuerySurface, is in test mode.

Is it possible to use the built-in testing feature in Subsonic with ActiveRecord and SQLQuery?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Is it possible to use the built-in testing feature in Subsonic with ActiveRecord and SQLQuery?

No the built-in testing only works with Linq queries

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.