-
Nunit appears to be masking ConfigurationErrorsException. This looks very much like a bug that was fixed in 2.2.10.
With an invalid connection string configSource setting in the test project app.config e.g.
...
the tests will show as 0...
12:24AM UTC on Nov 20 2008 in NUnit .Net unit testing framework
-
The schemas I was looking at are the CRC 1.3.0 schemas. They are available at:
http://www.nchelp.org/elibrary/ESC/CommonRecord-CommonLineDocumentation/v1.3.0.zip
Example element would be AttendedSchool->Student->Name->MiddleInitial
If you have any appetite for reading the specs, they are at...
07:50PM UTC on Oct 23 2008 in dingo
-
Kind of a nitpick, but I would like to have the option to generate classes with just the properties rather than the redundant getSomeProperty() setSomeProperty() methods.
I noticed in the source code comments that it was stated that you could not specify properties in an interface. However this is not true, at least, not anymore.
Since C# 2.0 (at least) it has been possible to specify...
08:21PM UTC on Oct 01 2008 in dingo
-
Hi.
If you have a schema which has nillable=true and minOccurs = 0 on an element, the classes which dingo generates cannot distinguish between the element simply not being present vs. the element being set to nil. (xsd.exe has the same problem). I have a schema in which the semantic difference between an element not being present vs being set to nil is quite large and important.
The .NET...
08:17PM UTC on Oct 01 2008 in dingo
-
Please explain what you mean by "completing all test in browser". Also, attach a screen shot showing your test(s) that trigger the issue.
11:40PM UTC on Jun 25 2008 in PLE CMS
-
Hi,
Thanks for the clarification - I can understand that success and failure handlers are not there by design.
However, there is still the issue of IE7 and FireFox2 not behaving the same way during connection reset. Specifically, in FireFox2, the upload handler doesn't even get called with a connection reset. The iframe in FireFox2 appears to contain the standard firefox can't connect...
05:25AM UTC on Apr 22 2008 in YUI Library
-
connection-min.js
The connection manager has inconsistent behavior when used to upload a file.
Tested in IE7 and Firefox 2.0.0.14.
Normally for asynch request, I could expect the failure to get called if a connection was reset.
However, if the form is set to upload [via setForm(formId, true)], there are two problems:
1. The failure code never gets called either in IE7 or Firefox2.
02:57PM UTC on Apr 21 2008 in YUI Library
-
Logged In: YES
user_id=1050693
I still see the incorrect behavior with 1.8.29-plus test
fixes built on Mon Oct 30 21:54:18 2006
CVSNT 2.5.03 Build 2260.
06:26AM UTC on Nov 02 2006 in TortoiseCVS
-
Logged In: YES
user_id=1050693
BTW, the CVS server is the sourceforge.net CVS server.
I'm not sure if it's related, but whenever I do a CVS
diff/update, I see the message:
"cvs: Obsolete --lf option used. Please update your client.".
08:58PM UTC on Oct 25 2006 in TortoiseCVS
-
In TortoiseCVS version 1.8.28, when selecting a file
and using CVS Diff, the temporary file created to be
sent to the Diff program always uses CRLF (at least on
WindowsXP), even if the sandbox is using the Unix line
endings. This confuses some Diff/Merge programs. The
line ending used for the temporary file should match
the line ending chosen for the sandbox.
07:02PM UTC on Oct 25 2006 in TortoiseCVS