nunitasp-devl Mailing List for NUnitAsp (Page 32)
Brought to you by:
jlittle82
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(3) |
Apr
(26) |
May
(7) |
Jun
(6) |
Jul
(7) |
Aug
(39) |
Sep
(15) |
Oct
(30) |
Nov
(20) |
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(28) |
Feb
(15) |
Mar
(41) |
Apr
(51) |
May
(32) |
Jun
(5) |
Jul
(14) |
Aug
(19) |
Sep
(33) |
Oct
(30) |
Nov
(35) |
Dec
(95) |
2004 |
Jan
(5) |
Feb
(3) |
Mar
(15) |
Apr
(24) |
May
(9) |
Jun
(9) |
Jul
(8) |
Aug
(32) |
Sep
(15) |
Oct
(6) |
Nov
(22) |
Dec
(1) |
2005 |
Jan
(22) |
Feb
(9) |
Mar
(2) |
Apr
(33) |
May
(3) |
Jun
(2) |
Jul
(7) |
Aug
(24) |
Sep
(8) |
Oct
(2) |
Nov
(2) |
Dec
|
2006 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(2) |
May
(3) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Jim L. <jl...@cu...> - 2002-08-12 20:33:44
|
From: dp...@tw... > I assign the copyright for DropDownListTester.cs to Jim Little and > Brian Knowles. Thanks. > As for tests, I don't have any tests I wrote to test this code. > Instead, I'm using this class in tests I'm writing for our system. Yep, I'm in the same boat. That's why the shipped NUnitAsp tests are so... um... sparse. Still, since none of my tests are using DropDownListTester, I'm going to have to write tests for it before I'll feel comfortable including it. Jim |
From: <dp...@tw...> - 2002-08-12 20:30:29
|
I assign the copyright for DropDownListTester.cs to Jim Little and Brian Knowles. As for tests, I don't have any tests I wrote to test this code. Instead, I'm using this class in tests I'm writing for our system. - David Paxson Advanced Technologies Integration, Inc. |
From: Jim L. <jl...@cu...> - 2002-08-12 20:14:07
|
David Paxson wrote: > Attached is the DropDownListTester.cs file. If you have tests for this class, please send them along as well. If not, it may take me a little longer to integrate the class into the project. Also, I'll need your permission to place our standard copyright header on the file. Something along the lines of "I assign the copyright for DropDownListTester.cs to Jim Little and Brian Knowles" should do the trick. (I am not a lawyer, so who knows for sure.) Jim PS: I realize that asking for tests is a bit hypocritical, given the tests I (neglect to) supply. Oh well. |
From: <dp...@tw...> - 2002-08-12 20:04:17
|
Attached is the DropDownListTester.cs file. - David Paxson Advanced Technologies Integration, Inc. |
From: Jim L. <jl...@cu...> - 2002-08-12 19:20:05
|
From: nun...@li... [mailto:nunitasp-devl- > I've developed a DropDownListTester for a project I'm currently working > on. What would be the best way to submit the code for inclusion? Glad to hear it! If the files are less than 10K or so, just go ahead and email them to the list as an attachment. If that doesn't work, you can send them to me directly. Jim |
From: Jim L. <jl...@cu...> - 2002-08-12 19:15:25
|
I've checked in a new NUnitAsp.build script that incorporates Owen's improvements. Unfortunately, I had trouble getting the built-in <nant> task to work, so I hacked around it for now by just calling the command-line version. Could someone take a look at it and see if they can get the build script to use the <nant> task? Thanks, Jim |
From: <dp...@tw...> - 2002-08-12 17:56:26
|
I've developed a DropDownListTester for a project I'm currently working on. What would be the best way to submit the code for inclusion? For those interested, the tester lets you get at the items in the list, find out which item is selected, and to select items. When you select an item on a postback drop down list box, it will perform the postback for you. Thanks, - David Paxson Advanced Technologies Integration, Inc. |
From: Jim L. <jl...@cu...> - 2002-08-10 01:19:00
|
From: R. Owen Rogers [mailto:ow...@ex...] > have you considered a .NET port of JTidy? Tidy may be an option, but I'm going to look at a simple regex-based parser first. This parser is well on its way: see HtmlTagParser. I think CVS ate the test class I wrote. The reason I'm looking at the regex route is that the XHTML parser is our single biggest hotspot. It's a huge performance sink. So rather than convert bad HTML into good HTML and parse it, I'd rather try a different parsing approach altogether. > btw, is XmlDocument.GetElementById really the best way to do things? this > whole dependency on dtds is a bit of a hassle -- especially for trying to > deploy the tests. Agreed. That's the another reason I want to move away from the XHTML approach. Jim |
From: R. O. R. <ow...@ex...> - 2002-08-09 21:22:23
|
have you considered a .NET port of JTidy? owen. > -----Original Message----- > From: Jim Little [mailto:jl...@cu...] > Sent: August 9, 2002 2:51 PM > To: 'R. Owen Rogers'; nun...@li... > Cc: aeelssam@ThoughtWorks.com > Subject: RE: [NUnitAsp-devl] CVS and compile problems > > > Owen, thanks for the note about ControlTester. I've removed the > obsolete version. > > I'll be putting your updated build script in when I get the chance as > well. It needs a few mods before it's ready, though. (The 'dist' > target references a renamed target; 'all' has no description.) I can > make those changes but I may not be able to get to until next week. > > We've been wanting to create a "quick start" guide. Your list of setup > issues is the perfect starting point for that. Would you mind creating > an HTML document with that information for inclusion in the > distribution? > > To those just getting started, Owen's notes (below) are a good start. > There's a few other things you should know: > > 4. The default VS.NET DTD is incorrect and will cause the NUnitAsp XHTML > parser to blow up. Use the one in the tests instead. > > 5. The XHTML parser requires that the outermost <HTML> tagpair in your > document be upper-case. You'll get a strange error if you use a > lower-case <html> tagpair. > > Note-- It's my goal to move away from using .NET's XHTML parser, which > is finicky and produces unfriendly error messages, and instead roll our > own HTML parser. That's probably not going to happen for several > months, though. > > Jim > > -----Original Message----- > From: nun...@li... > [mailto:nun...@li...] On Behalf Of R. Owen > Rogers > Sent: Friday, August 09, 2002 1:05 PM > To: nun...@li... > Cc: aeelssam@ThoughtWorks.com > Subject: [NUnitAsp-devl] CVS and compile problems > > CVS contains a deprecated version of the ControlTester class in > \NUnitAsp\source\NUnitAsp\AspTester. The correct version of the file is > contained in \NUnitAsp\source\NUnitAsp\, so if anyone is having > compilation > problems, that could be the reason. > > I have created a new version of the build file, attached below, that > should > correctly compile all of the projects and run the tests. Hopefully this > will help everyone who is VS.NET-challenged, like me. > > There are a number of setup issues that need to be resolved in order to > get > the NUnitAsp tests to work properly. Here are the steps that I took in > order to get everything to run. > 1. In the Internet Services Manager, create a virtual folder called > 'NUnitAsp' that points to $\NUnitAsp\source (where $ is your dev root) > 2. Next, create a web application at the subfolder 'NUnitAspTestPages' > ($\NUnitAsp\source\NUnitAspTestPages). You can do this, by right > clicking > on the folder in the Internet Services Manager, and clicking on the > 'Create' > button. > 3. Create another virtual folder called 'dtd' within the NUnitAsp folder > that points to ($\NUnitAsp\web\dtd). > > Hope that this is helpful, > Owen. > > > -- > www.exortech.com > > > |
From: Jim L. <jl...@cu...> - 2002-08-09 20:51:00
|
Owen, thanks for the note about ControlTester. I've removed the obsolete version. I'll be putting your updated build script in when I get the chance as well. It needs a few mods before it's ready, though. (The 'dist' target references a renamed target; 'all' has no description.) I can make those changes but I may not be able to get to until next week. We've been wanting to create a "quick start" guide. Your list of setup issues is the perfect starting point for that. Would you mind creating an HTML document with that information for inclusion in the distribution? To those just getting started, Owen's notes (below) are a good start. There's a few other things you should know: 4. The default VS.NET DTD is incorrect and will cause the NUnitAsp XHTML parser to blow up. Use the one in the tests instead. 5. The XHTML parser requires that the outermost <HTML> tagpair in your document be upper-case. You'll get a strange error if you use a lower-case <html> tagpair. Note-- It's my goal to move away from using .NET's XHTML parser, which is finicky and produces unfriendly error messages, and instead roll our own HTML parser. That's probably not going to happen for several months, though. Jim -----Original Message----- From: nun...@li... [mailto:nun...@li...] On Behalf Of R. Owen Rogers Sent: Friday, August 09, 2002 1:05 PM To: nun...@li... Cc: aeelssam@ThoughtWorks.com Subject: [NUnitAsp-devl] CVS and compile problems CVS contains a deprecated version of the ControlTester class in \NUnitAsp\source\NUnitAsp\AspTester. The correct version of the file is contained in \NUnitAsp\source\NUnitAsp\, so if anyone is having compilation problems, that could be the reason. I have created a new version of the build file, attached below, that should correctly compile all of the projects and run the tests. Hopefully this will help everyone who is VS.NET-challenged, like me. There are a number of setup issues that need to be resolved in order to get the NUnitAsp tests to work properly. Here are the steps that I took in order to get everything to run. 1. In the Internet Services Manager, create a virtual folder called 'NUnitAsp' that points to $\NUnitAsp\source (where $ is your dev root) 2. Next, create a web application at the subfolder 'NUnitAspTestPages' ($\NUnitAsp\source\NUnitAspTestPages). You can do this, by right clicking on the folder in the Internet Services Manager, and clicking on the 'Create' button. 3. Create another virtual folder called 'dtd' within the NUnitAsp folder that points to ($\NUnitAsp\web\dtd). Hope that this is helpful, Owen. -- www.exortech.com |
From: R. O. R. <ow...@ex...> - 2002-08-09 20:05:54
|
CVS contains a deprecated version of the ControlTester class in \NUnitAsp\source\NUnitAsp\AspTester. The correct version of the file is contained in \NUnitAsp\source\NUnitAsp\, so if anyone is having compilation problems, that could be the reason. I have created a new version of the build file, attached below, that should correctly compile all of the projects and run the tests. Hopefully this will help everyone who is VS.NET-challenged, like me. There are a number of setup issues that need to be resolved in order to get the NUnitAsp tests to work properly. Here are the steps that I took in order to get everything to run. 1. In the Internet Services Manager, create a virtual folder called 'NUnitAsp' that points to $\NUnitAsp\source (where $ is your dev root) 2. Next, create a web application at the subfolder 'NUnitAspTestPages' ($\NUnitAsp\source\NUnitAspTestPages). You can do this, by right clicking on the folder in the Internet Services Manager, and clicking on the 'Create' button. 3. Create another virtual folder called 'dtd' within the NUnitAsp folder that points to ($\NUnitAsp\web\dtd). Hope that this is helpful, Owen. -- www.exortech.com |
From: Morris, J. <jas...@in...> - 2002-08-01 17:18:04
|
My apologies...the contrib project I mention was for a different project...Nant. I have been working with both (Nunit and Nant) lately and got them mixed up. -----Original Message----- From: Brian Knowles [mailto:brk...@ya...] Sent: Wednesday, July 31, 2002 11:56 AM To: nun...@li... Subject: Re: [NUnitAsp-devl] NUnitAsp, NUnit, and NunitContrib Hi Jason, > however I was wondering why this is a > separate project from NUnit > and now the NUnit contrib project. I asked to be part of the NUnit project before I set this project up. At that time, the contrib project was not active. > Also, how will you make sure to keep in step with > changes to NUnit. There > new 2.0 version beta is a lot different. I just found out about NUnit 2.0 recently. We'll have to see if it breaks NUnitAsp. -Brian __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ NUnitAsp-devl mailing list NUn...@li... https://lists.sourceforge.net/lists/listinfo/nunitasp-devl |
From: Brian K. <brk...@ya...> - 2002-07-31 18:56:00
|
Hi Jason, > however I was wondering why this is a > separate project from NUnit > and now the NUnit contrib project. I asked to be part of the NUnit project before I set this project up. At that time, the contrib project was not active. > Also, how will you make sure to keep in step with > changes to NUnit. There > new 2.0 version beta is a lot different. I just found out about NUnit 2.0 recently. We'll have to see if it breaks NUnitAsp. -Brian __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com |
From: Jim L. <jl...@cu...> - 2002-07-31 17:12:08
|
Lately, I've been seeing a weird socket exception with NUnitAsp. Apparently IIS is closing the connection right in the middle of returning data. The problem is intermittent. The status and content-length headers returned by IIS are normal. I've hacked around the problem for now by retrying the operation a few times if the exception occurs. I don't like this approach, but I haven't been able to figure out a more complete solution. I'd appreciate it if someone on this list could take a whack at solving the problem for real. Perhaps we need to go back to using HttpWebRequest, now that we know how to make it work with cookies. Jim |
From: Jim L. <jl...@cu...> - 2002-07-31 16:13:07
|
From: Morris, Jason > NunitAsp looks promising to me to help test web applications and web > services, however I was wondering why this is a separate project from > NUnit and now the NUnit contrib project. I don't think anyone has given serious thought to joining the contrib project, positive or negative. It's something we might do in the future. What are the plusses and minuses of doing that? > Also, how will you make sure to keep in step with changes to NUnit. > There new 2.0 version beta is a lot different. We won't release a version of NUnitAsp that requires NUnit 2.0 until after 2.0 is officially released. With that restriction in mind, our schedule depends a great deal on the contributions we get. If you would like 2.0 support, please submit a patch. :) Jim |
From: Morris, J. <jas...@in...> - 2002-07-31 15:20:20
|
NunitAsp looks promising to me to help test web applications and web services, however I was wondering why this is a separate project from NUnit and now the NUnit contrib project. I don't want to hurt anyone's feelings by not thinking that this project is worthy of project status, but from my point of view (strictly a user of these testing frameworks) I would like to see all of these in one place. (I also didn't like the fact that they separated out NUnitContrib from NUnit) Also, how will you make sure to keep in step with changes to NUnit. There new 2.0 version beta is a lot different. Thanks, Jason |
From: Brian K. <brk...@ya...> - 2002-07-31 04:34:56
|
Hey Jim, should we tell them where to download it from? No? Just let them figure it out? Ok! That'll be a fun game... -Brian http://nunitasp.sourceforge.net/index.html Release two will go better, release two will go better, release two... --- Brian Knowles <brk...@ya...> wrote: > In case this was missed... > > --- Jim Little <jl...@wg...> wrote: > > NUnitAsp v1.0 has been released. This is the > first > > release of NUnitAsp. I > > decided to buck the open-source trend of using 0.x > > release numbers because I > > think NUnitAsp is ready to be used. There's > plenty > > of room for > > improvement -- particularly in the area of > > documentation -- but I've been > > sitting on it for too long. > > > > Go forth, download, use! If you have problems or > > can't figure it out, > > please post to the list. We'll use the discussion > > here as a starting point > > for documentation. I hope to see a v1.1 out soon. > > > > Many thanks to Brian Knowles for starting the > > project and helping me create > > the release. > > > > Jim > > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better > http://health.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The > leading online job board > for high-tech professionals. Search and apply for > tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > NUnitAsp-devl mailing list > NUn...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-devl __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com |
From: Brian K. <brk...@ya...> - 2002-07-31 04:25:57
|
In case this was missed... --- Jim Little <jl...@wg...> wrote: > NUnitAsp v1.0 has been released. This is the first > release of NUnitAsp. I > decided to buck the open-source trend of using 0.x > release numbers because I > think NUnitAsp is ready to be used. There's plenty > of room for > improvement -- particularly in the area of > documentation -- but I've been > sitting on it for too long. > > Go forth, download, use! If you have problems or > can't figure it out, > please post to the list. We'll use the discussion > here as a starting point > for documentation. I hope to see a v1.1 out soon. > > Many thanks to Brian Knowles for starting the > project and helping me create > the release. > > Jim > > __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com |
From: Jim L. <jl...@wg...> - 2002-07-24 05:31:27
|
NUnitAsp v1.0 has been released. This is the first release of NUnitAsp. I decided to buck the open-source trend of using 0.x release numbers because I think NUnitAsp is ready to be used. There's plenty of room for improvement -- particularly in the area of documentation -- but I've been sitting on it for too long. Go forth, download, use! If you have problems or can't figure it out, please post to the list. We'll use the discussion here as a starting point for documentation. I hope to see a v1.1 out soon. Many thanks to Brian Knowles for starting the project and helping me create the release. Jim |
From: Jim L. <jl...@cu...> - 2002-06-07 16:54:03
|
From: Joey Ebright [mailto:joe...@de...] > As for talking to the application, I cannot do this because I made my > test application a Windows application. Was this a mistake? I think I need to understand a little bit more about what you're doing and how you're doing it. Could you elaborate? Jim PS: Please send replies to the NUnitAsp mailing list, nun...@li.... The easiest way to do that should be to just hit "Reply to all" on your mailreader. |
From: Jim L. <jl...@cu...> - 2002-06-07 16:48:15
|
Claude, Sorry to take so long to get back to you. Unfortunately, I don't have any thoughts on why your CVS isn't working. It sounds like a routing problem, not a CVS problem. are you able to ping cvs.nunitasp.sourceforge.net? Maybe it was just temporary downtime. Thanks again for your offer of help. Once you get up and running, probably the most valuable thing you can do is to review the site documentation we have so far (check out module "site") and give us feedback. Once you're familiar with NUnitAsp, there's a number of other areas we could use assistance in as well. Jim -----Original Message----- From: Ballew, Claude [mailto:Cla...@tu...] Sent: Wednesday, June 05, 2002 4:31 AM To: 'Jim Little' Subject: Checkout problem Jim, I went to do a readonly checkout using the settings from TortoiseCVS and received this message: >In C:\sourceforge_projects: cvs -q -z6 checkout NUnitAsp >Unknown host cvs.nunitasp.sourceforge.net . >Error, CVS operation failed Here were my settings: > Protocol: Internet(Unix pserver) > Server: cvs.nunitasp.sourceforge.net > Repository Directory: /cvsroot/nunitasp > User name: anonymous > Module: NUnitAsp Any ideas? Thanks, Claude |
From: Jim L. <jl...@cu...> - 2002-06-06 17:55:39
|
Brian Knowles wrote: > if you want to tell an HttpWebRequest to maintain > cookies between > requests, all you need to do is this: Doh! Oh well. I'm going to leave the code as it is for now, since it's working. HttpWebRequest is still fairly low level, so the code I have now isn't too much more complicated than using HttpWebRequest would be. If someone feels like refactoring the code to use HttpWebRequest (again), please do. Be careful of just backtracking, though, as I went through and did some cleanup when I wrote the HTTP client. Jim |
From: Brian K. <brk...@ya...> - 2002-06-06 17:42:27
|
Hi Jim, --- Jim Little <jl...@cu...> wrote: > I've checked in a fix for the cookie + redirect > problem. Very nice, I'm glad you got this resolved. I came across this message and was wondering if you were aware of the cookie functionality in the HttpWebRequest object. =================================================== From: http://www.dotnet247.com/247reference/msgs/16/84759.aspx if you want to tell an HttpWebRequest to maintain cookies between requests, all you need to do is this: HttpWebRequest r = (HttpWebRequest) WebRequest.Create(myURI); r.CookieContainer = new CookieContainer(); =================================================== -Brian __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |
From: Jim L. <jl...@cu...> - 2002-06-06 16:44:42
|
Folks, I've checked in a fix for the cookie + redirect problem. If you're tuning in late, this problem occurred if the ASP.NET application dropped a cookie and then immediately redirected. When that happened, the .NET client code we were using automatically followed the redirect without giving us a chance to store the cookie. I couldn't figure out how to turn off the automatic .NET redirect, so I ended up having to write my own HTTP client protocol. That code resides in HttpClient, which is the new name for "Browser." All of the page parsing code that used to be in Browser is now in "WebPage." With this fix, we have no known defects. Woo hoo! Jim |
From: Jim L. <jl...@cu...> - 2002-06-04 22:02:46
|
From: Joey Ebright [mailto:joe...@de...] > > Looking back at my question, I realized it was a bit terse - sorry for > that. > But yes, what I wanted to do was add something to the session in one page, > forward a request to another page, and pull that information out of the > session, essentially mimicing what my real world asp.net application was > doing. Thank you for the answer. I guess I will have to find another way > to test this. I think NUnitAsp can test your code, but I need to understand what you're doing a little better first. You may need to create a test-bed page in order to set up the session and redirect to your final page, then hit the test-bed page with NUnitAsp. But first, why can't you just talk to the application and have the application set the session itself? |