And I couldn't use "DataSourceAttribute" before unit test in vs2005(not nunit).
DDEX provider already works in my computer(After intstalled Vs2005 sdk,I think
many program with ddex,only for this step)

It will says:
Unit Test Adapter threw exception:
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
No message for error code 335544851 found..

the code is:
        [TestMethod]
        [DataSource("FirebirdSql.Data.FirebirdClient", "Port
Number=3050;Charset=NONE;Dialect=3;Server
Type=1;Database=Z:\\Test.Bag;Data Source=Test;User
ID=Sysdba;Password=masterkey", "TEMPLATELIST",
DataAccessMethod.Sequential)]
        public void DataSourceAttributeTest()
        {
        }

Anyone could tell me what can I do?


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to