• C#

    !Fun in programming land

    I have been working a bit on an application and am using Nunit to do unit testing. I have been pretty happy until I ran into problems using a WebBrowser problem with nUnit. With help from http://www.kbcafe.com/csharp/?guid=20070224120142 and http://code.google.com/p/joeydotnet/source/browse/joeyDotNet/samples/Blog/tools/nunit/NUnitTests.config?spec=svn51&r=51 I figured it out. I had to create a config file from scratch since I did not have one. This config file (make sure to name it the same as the nunit test) let me be able to include WebBrowser stuff in my unit testing. <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <sectionGroup name="NUnit"> <section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler"/> <section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/> </sectionGroup> </configSections> <NUnit> <TestCaseBuilder> <!– Set to true to recognize old style…

  • Review,  Writing Resources

    Review On Spec #76 (Spring 2009)

    Einstein’s Theory – Jack Skillingstead This is a rather strange character study of an Einstein who is pondering whether other versions of him exist in alternative universes. He is having an affair with a fellow co-worker from the Swiss Patent Office and is generally frustrated with his achievements in life. I found the story interesting but I’m not overly familiar with Einstein (except for obvious stuff) and am certain I missed several subtle references. Come-From-Aways – Tony Pi A linguist studies a mysterious traveler named Madoc who has drifted into St. John’s harbor aboard a Viking ship. The linguist must puzzle the truth of Madoc’s appearance and when she does,…