nunitasp-users Mailing List for NUnitAsp (Page 2)
Brought to you by:
jlittle82
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(5) |
Apr
(9) |
May
(8) |
Jun
(7) |
Jul
(17) |
Aug
(14) |
Sep
(18) |
Oct
(14) |
Nov
(14) |
Dec
(24) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(26) |
Feb
(8) |
Mar
(25) |
Apr
(16) |
May
(8) |
Jun
(20) |
Jul
(14) |
Aug
(31) |
Sep
(5) |
Oct
|
Nov
(12) |
Dec
(11) |
2005 |
Jan
(19) |
Feb
(13) |
Mar
(24) |
Apr
(58) |
May
(27) |
Jun
(17) |
Jul
(18) |
Aug
(33) |
Sep
(6) |
Oct
(6) |
Nov
(5) |
Dec
(5) |
2006 |
Jan
(6) |
Feb
(9) |
Mar
(14) |
Apr
(1) |
May
(14) |
Jun
(6) |
Jul
(6) |
Aug
(6) |
Sep
|
Oct
|
Nov
(10) |
Dec
(3) |
2007 |
Jan
(1) |
Feb
(5) |
Mar
(4) |
Apr
|
May
(7) |
Jun
(13) |
Jul
(6) |
Aug
|
Sep
(7) |
Oct
(7) |
Nov
|
Dec
|
From: Craig G. <Cr...@Me...> - 2007-06-04 01:53:49
|
Hi Rob & Jim, I downloaded NUnit 2.4.0 and the BETA now works! The BETA doesn't work with NUnit 2.4.1 Time to get cracking with ASP unit testing! Thanks, Craig -----Original Message----- From: nun...@li... [mailto:nun...@li...] On Behalf Of Rob Myers Sent: Saturday, 2 June 2007 8:52 AM To: Craig Gardiner; nun...@li... Subject: Re: [Nunitasp-users] NUnitAsp-2.0-BETA The NUnitAsp 2.0 beta should be decoupled from the version of NUnit, but I do recall that it was once coupled to an older NUnit interface. You may need to write a new CompatibilityAdapter for the newer version of NUnit. They're pretty easy to write. (In fact, I have one lying around here for VSTS, and I've made an attempt to enclose it--as an example--in this message. Perhaps someone [Jim?!] will add this to the source tree? Here's hoping...) Rob=20 > -----Original Message----- > From: nun...@li...=20 > [mailto:nun...@li...] On=20 > Behalf Of Craig Gardiner > Sent: Friday, June 01, 2007 1:23 AM > To: nun...@li... > Subject: [Nunitasp-users] NUnitAsp-2.0-BETA >=20 > I'm having problems running the BETA with the following setup... >=20 > OS - XP SP2 > VS 2005 SP1 > NUnit 2.4.2 >=20 > It appears NUnitAsp is trying to reference an older version=20 > of nunit.framework. > I'm not experienced with the .NET world. > I've tried recompiling everything in VS2005 but that didn't help? > Any ideas? >=20 > Regards, > Craig Gardiner >=20 > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by DB2 Express Download DB2=20 > Express C - the FREE version of DB2 express and take control=20 > of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users >=20 > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit=20 > http://www.messagelabs.com/email=20 > ______________________________________________________________________ >=20 |
From: Steve W. <sw...@co...> - 2007-06-04 01:24:20
|
I just don't have the required backgound, time, or inclination to figure this out. I'd be interested in hiring someone else to develope a custom tester for a simple currency input control. Any volunteers, make a reasonable offer. The link to the control is http://www.codeproject.com/aspnet/CurrencyBox.asp?df=100&forumid=188152&exp=0&sele ct=1341102. You will need to login or register with codeproject to download. The 2.0 beta seems to work for me (other then needing the customtester) so until there's a compelling reason to change, I'll stick with that. (Also, I've never used CVS and I'm not sure how to configure a client). ----- Original Message ----- From: "Jim Shore" <js...@ja...> To: <sw...@co...> Cc: <nun...@li...> Sent: Friday, June 01, 2007 8:51 PM Subject: Re: [Nunitasp-users] Descending from AspControlTester > The 2.0 beta is poorly named. It's actually version 1.5 slightly > modified for ASP.NET 2.0. The code in CVS hasn't been modified for > ASP.NET 2.0, but it's much more advanced. > > If you aren't familiar with HTML or how ASP.NET code maps to HTML, I can > see how creating a custom tester would be difficult. That's the > knowledge you have to have in order to make a tester. > > Regards, > Jim > > On Jun 1, 2007, at 9:49 AM, sw...@co... wrote: > >> The video was informative, but not so much about descending from >> AspControlTester. I'm not very familar with HTML, so the code for >> TestBoxTester or any of the others I looked at didn't help that much. I >> tried converting my decimal value to a string and calling >> EnterInputValue to set it, but that didn't work. >> >> So much for this being easy. >> >> As for using the code from the CVS, maybe I have the wrong version. My >> project is in VS 2005 using ASP 2.0, so I thought I needed to use the >> beta version of NUnitAsp. Unless I'm doing something wrong (quite >> likely) I only see the old code in the CVS. >> >> Finally, I was mistaken when I stated that these were Sandbox controls. >> They are from Sandtrap.Webcontrols. >> ---------------------------------------------------------------------- >> --- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Nunitasp-users mailing list >> Nun...@li... >> https://lists.sourceforge.net/lists/listinfo/nunitasp-users > |
From: Jim S. <js...@ja...> - 2007-06-02 02:09:00
|
Unfortunately, as I mentioned in another email, the "2.0 beta" is misnamed. It does not use the new code that decouples NUnit. I am way too busy to fix this problem or add anything to the source tree, unfortunately. :-( Regards, Jim On Jun 1, 2007, at 3:51 PM, Rob Myers wrote: > The NUnitAsp 2.0 beta should be decoupled from the version of > NUnit, but > I do recall that it was once coupled to an older NUnit interface. You > may need to write a new CompatibilityAdapter for the newer version of > NUnit. They're pretty easy to write. (In fact, I have one lying > around > here for VSTS, and I've made an attempt to enclose it--as an > example--in > this message. Perhaps someone [Jim?!] will add this to the source > tree? > Here's hoping...) > > Rob > >> -----Original Message----- >> From: nun...@li... >> [mailto:nun...@li...] On >> Behalf Of Craig Gardiner >> Sent: Friday, June 01, 2007 1:23 AM >> To: nun...@li... >> Subject: [Nunitasp-users] NUnitAsp-2.0-BETA >> >> I'm having problems running the BETA with the following setup... >> >> OS - XP SP2 >> VS 2005 SP1 >> NUnit 2.4.2 >> >> It appears NUnitAsp is trying to reference an older version >> of nunit.framework. >> I'm not experienced with the .NET world. >> I've tried recompiling everything in VS2005 but that didn't help? >> Any ideas? >> >> Regards, >> Craig Gardiner >> >> -------------------------------------------------------------- >> ----------- >> This SF.net email is sponsored by DB2 Express Download DB2 >> Express C - the FREE version of DB2 express and take control >> of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Nunitasp-users mailing list >> Nun...@li... >> https://lists.sourceforge.net/lists/listinfo/nunitasp-users >> >> _____________________________________________________________________ >> _ >> This email has been scanned by the MessageLabs Email Security System. >> For more information please visit >> http://www.messagelabs.com/email >> _____________________________________________________________________ >> _ >> >> <VSTSAdapter.cs> > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users |
From: Jim S. <js...@ja...> - 2007-06-02 01:52:11
|
The 2.0 beta is poorly named. It's actually version 1.5 slightly modified for ASP.NET 2.0. The code in CVS hasn't been modified for ASP.NET 2.0, but it's much more advanced. If you aren't familiar with HTML or how ASP.NET code maps to HTML, I can see how creating a custom tester would be difficult. That's the knowledge you have to have in order to make a tester. Regards, Jim On Jun 1, 2007, at 9:49 AM, sw...@co... wrote: > The video was informative, but not so much about descending from > AspControlTester. I'm not very familar with HTML, so the code for > TestBoxTester or any of the others I looked at didn't help that > much. I tried converting my decimal value to a string and calling > EnterInputValue to set it, but that didn't work. > > So much for this being easy. > > As for using the code from the CVS, maybe I have the wrong > version. My project is in VS 2005 using ASP 2.0, so I thought I > needed to use the beta version of NUnitAsp. Unless I'm doing > something wrong (quite likely) I only see the old code in the CVS. > > Finally, I was mistaken when I stated that these were Sandbox > controls. They are from Sandtrap.Webcontrols. > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users |
From: Rob M. <ro...@ne...> - 2007-06-01 22:51:39
|
The NUnitAsp 2.0 beta should be decoupled from the version of NUnit, but I do recall that it was once coupled to an older NUnit interface. You may need to write a new CompatibilityAdapter for the newer version of NUnit. They're pretty easy to write. (In fact, I have one lying around here for VSTS, and I've made an attempt to enclose it--as an example--in this message. Perhaps someone [Jim?!] will add this to the source tree? Here's hoping...) Rob=20 > -----Original Message----- > From: nun...@li...=20 > [mailto:nun...@li...] On=20 > Behalf Of Craig Gardiner > Sent: Friday, June 01, 2007 1:23 AM > To: nun...@li... > Subject: [Nunitasp-users] NUnitAsp-2.0-BETA >=20 > I'm having problems running the BETA with the following setup... >=20 > OS - XP SP2 > VS 2005 SP1 > NUnit 2.4.2 >=20 > It appears NUnitAsp is trying to reference an older version=20 > of nunit.framework. > I'm not experienced with the .NET world. > I've tried recompiling everything in VS2005 but that didn't help? > Any ideas? >=20 > Regards, > Craig Gardiner >=20 > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by DB2 Express Download DB2=20 > Express C - the FREE version of DB2 express and take control=20 > of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users >=20 > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit=20 > http://www.messagelabs.com/email=20 > ______________________________________________________________________ >=20 |
From: <sw...@co...> - 2007-06-01 16:49:39
|
The video was informative, but not so much about descending from AspControlTester. I'm not very familar with HTML, so the code for TestBoxTester or any of the others I looked at didn't help that much. I tried converting my decimal value to a string and calling EnterInputValue to set it, but that didn't work. So much for this being easy. As for using the code from the CVS, maybe I have the wrong version. My project is in VS 2005 using ASP 2.0, so I thought I needed to use the beta version of NUnitAsp. Unless I'm doing something wrong (quite likely) I only see the old code in the CVS. Finally, I was mistaken when I stated that these were Sandbox controls. They are from Sandtrap.Webcontrols. |
From: Craig G. <Cr...@Me...> - 2007-06-01 08:22:46
|
I'm having problems running the BETA with the following setup... OS - XP SP2 VS 2005 SP1 NUnit 2.4.2 It appears NUnitAsp is trying to reference an older version of nunit.framework. I'm not experienced with the .NET world. I've tried recompiling everything in VS2005 but that didn't help? Any ideas? Regards, Craig Gardiner |
From: Jim S. <js...@ja...> - 2007-05-31 03:02:11
|
Any of the testers in the AspTester package should provide a good example. I recommend working from the code in CVS as it has important design changes that make it easier to write your own testers. Also, see this video for information about how testers work: http://jamesshore.com/Multimedia/Advanced-NUnitAsp-Video.html (Strangely, it doesn't work on my Mac. Maybe you'll have better luck.) Cheers, Jim On May 30, 2007, at 8:35 PM, Steve Wash wrote: > Is there a tutuorial for creating custom AspControlTester > descendents? I need to create a tester for a Currency input and a > Numeric input (both from Sandbox). Are there other samples? > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users |
From: Steve W. <sw...@co...> - 2007-05-31 02:37:33
|
Is there a tutuorial for creating custom AspControlTester descendents? = I need to create a tester for a Currency input and a Numeric input (both = from Sandbox). Are there other samples? |
From: Sarma J. <sjo...@ca...> - 2007-05-10 20:02:41
|
I will be out of the office starting 04/27/2007 and will not return until 05/29/2007. I am out and will return on 05/29/2007. If this is important, please feel free to email me at jb...@gm.... Otherwise I will respond to your message when I return. Cheers Sarma |
From: Jim S. <js...@ja...> - 2007-05-10 04:50:18
|
Hi Andrew, If you give me your SourceForge ID, I'll give you rights to the project. Cheers, Jim On May 9, 2007, at 7:16 PM, Andrew Finnell wrote: > I've got NUnitASP working in .NET 2.0 working with ASP.NET 2.0. All > the NUnitASPTests pass with green. If anyone would like a zip of the > updated project for Visual Studio 2005 or the binaries let me know. > You can reach me at > > nun...@sp... > > On another note, who is maintaining the source code now? I would like > to put the new source code up so that everyone can look at it and > obtain it easier using the SourceForge site. > > Thanks. > > Andrew Finnell > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users |
From: Jim S. <js...@ja...> - 2007-05-10 02:31:14
|
Yes, the code in CVS is that much different. :-) Cheers, Jim On May 9, 2007, at 7:25 PM, Andrew Finnell wrote: > I've read through some of the topic's talking about NUnitASP running > on .NET 2.0 and how it is a simple matter of compiling it for .NET 2.0 > and fixing a few of the tests. I don't quite see how that is the case. > As I stated in a previous topic I will supply all the changes i made > to make the unit tests work. It wasn't that trivial of a task. This > may also be because I am using NUnit 2.4, but I also noticied that > ASP.NET 2.0 returns pages that do not contain Javascript if the > UserAgent string is not set correctly which makes the postBack parsing > fail. I did only just get the code from the download section, is the > code in CVS that much different? I would suspect the code has to be > different because I don't see how the tests in the standard 1.5 > download even work with ASP 1.1. > > Andrew > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users |
From: Andrew F. <and...@gm...> - 2007-05-10 02:25:24
|
I've read through some of the topic's talking about NUnitASP running on .NET 2.0 and how it is a simple matter of compiling it for .NET 2.0 and fixing a few of the tests. I don't quite see how that is the case. As I stated in a previous topic I will supply all the changes i made to make the unit tests work. It wasn't that trivial of a task. This may also be because I am using NUnit 2.4, but I also noticied that ASP.NET 2.0 returns pages that do not contain Javascript if the UserAgent string is not set correctly which makes the postBack parsing fail. I did only just get the code from the download section, is the code in CVS that much different? I would suspect the code has to be different because I don't see how the tests in the standard 1.5 download even work with ASP 1.1. Andrew |
From: Andrew F. <and...@gm...> - 2007-05-10 02:16:37
|
I've got NUnitASP working in .NET 2.0 working with ASP.NET 2.0. All the NUnitASPTests pass with green. If anyone would like a zip of the updated project for Visual Studio 2005 or the binaries let me know. You can reach me at nun...@sp... On another note, who is maintaining the source code now? I would like to put the new source code up so that everyone can look at it and obtain it easier using the SourceForge site. Thanks. Andrew Finnell |
From: Glen O. <go...@ap...> - 2007-03-22 18:11:09
|
Is there a timeline somewhere for a full install for the NUnitAsp framework (i.e. one that doesn't require recompiling the .NET 1.1 code against the .NET 2.0 framework)? I'm having trouble locating a timeline. Thanks. =20 |
From: Jeff C. <jef...@su...> - 2007-03-21 00:01:11
|
I think I have identified the problem. Someone took a shortcut a while back and it hasn't caused problems to date (IE/Opera/Firefox are more forgiving), but the HTML is definitely invalid. I haven't been able to run it through an HTML validator but I've found the problem: <style type=3D"text/css"> ... </style> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ... </html> > Usually you'll get an error message telling you=20 > that--it's strange that it didn't happen in this=20 > case. *If* there is a problem on NUnitASP's side, it looks like the error message would be it. That all depends if you want to handle this case (CASE: code is not even remotely resembling HTML). Unless there have been a couple of cases like this, I wouldn't think it worth handling. I'm working on getting the style information to a more sensible place, I'll let you know either way.=20 Sorry, Jim. I didn't realize I had sent this email to you directly. Since yesterday, I was able to correct the location of the style tag and have been getting reasonable messages (control should be visible).=20 Now I seem to be having the infamous Masterpage problem. It looks interesting. |
From: Jim S. <js...@ja...> - 2007-03-19 22:22:41
|
Hi Jeff, Try running your page through an HTML validator. There's probably something wrong with it. Usually you'll get an error message telling you that--it's strange that it didn't happen in this case. Cheers, Jim Jeff Cave wrote: > Just setting up my first test and I am coming across an error I don't > understand (actually I'm hoping I'm mistaken): > > wellpost.test.Test.TestLoginLayout : System.InvalidOperationException : > Cannot insert the node in the specified location. > at System.Xml.XmlDocument.AppendChildForLoad(XmlNode newChild, > XmlDocument doc) > at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) > at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, > Boolean preserveWhitespace) > at System.Xml.XmlDocument.Load(XmlReader reader) > at NUnit.Extensions.Asp.WebPage.XhtmlDocument.Load(XmlReader reader) > at NUnit.Extensions.Asp.WebPage.ParsePageText() > at NUnit.Extensions.Asp.WebPage.get_Document() > at NUnit.Extensions.Asp.HttpClient.get_CurrentPage() > at NUnit.Extensions.Asp.WebForm.get_Tag() > at NUnit.Extensions.Asp.WebForm.get_AspId() > at NUnit.Extensions.Asp.WebForm.get_Description() > at NUnit.Extensions.Asp.ControlTester.get_Description() > at NUnit.Extensions.Asp.WebAssertion.AssertVisibility(ControlTester > tester, Boolean expectedVisibility) > at web.test.Test.TestLoginLayout() in D:\dev\web\test\Class1.vb:line > 56 > > This looks to me like NUnitASP is expecting XHTML, but I noticed in the > FAQ that it is not supposed to require that anymore. As a further check, > I did get a simple form to pass a test (the form from the tutorial, > passing the visibility test from the tutorial), so the its definitely > something about that page. > > Is there something else going on that I am missing? > > Framework 2 > NUnitASP 1.5.1.27647 > VS 2005 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Nunitasp-users mailing list > Nun...@li... > https://lists.sourceforge.net/lists/listinfo/nunitasp-users > -- James Shore -- Titanium IT -- Successful Software Recipient of 2005 Gordon Pask award for Contributions to Agile Practice phone: 503-267-5490 email: js...@ti... web/blog: http://www.jamesshore.com |
From: Jeff C. <jef...@su...> - 2007-03-19 22:16:18
|
Just setting up my first test and I am coming across an error I don't understand (actually I'm hoping I'm mistaken): wellpost.test.Test.TestLoginLayout : System.InvalidOperationException : Cannot insert the node in the specified location. at System.Xml.XmlDocument.AppendChildForLoad(XmlNode newChild, XmlDocument doc) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at NUnit.Extensions.Asp.WebPage.XhtmlDocument.Load(XmlReader reader) at NUnit.Extensions.Asp.WebPage.ParsePageText() at NUnit.Extensions.Asp.WebPage.get_Document() at NUnit.Extensions.Asp.HttpClient.get_CurrentPage() at NUnit.Extensions.Asp.WebForm.get_Tag() at NUnit.Extensions.Asp.WebForm.get_AspId() at NUnit.Extensions.Asp.WebForm.get_Description() at NUnit.Extensions.Asp.ControlTester.get_Description() at NUnit.Extensions.Asp.WebAssertion.AssertVisibility(ControlTester tester, Boolean expectedVisibility) at web.test.Test.TestLoginLayout() in D:\dev\web\test\Class1.vb:line 56 This looks to me like NUnitASP is expecting XHTML, but I noticed in the FAQ that it is not supposed to require that anymore. As a further check, I did get a simple form to pass a test (the form from the tutorial, passing the visibility test from the tutorial), so the its definitely something about that page. Is there something else going on that I am missing?=20 Framework 2 NUnitASP 1.5.1.27647 VS 2005 |
From: Lucinda W. <jep...@ga...> - 2007-02-12 02:17:46
|
Hi, V / A G R A V A L / U M C / A L / S http://www.tedrx .com Remove space in the above link. that the Horntail had been taken away, Harry could see where the five judges were sitting right at the other end, in raised seats draped in gold. Its marks out of ten from each one, Ron said, and Harry squinting up |
From: Bettye S. <sch...@ca...> - 2007-02-04 16:31:34
|
Hi, Vinagra - 3. 35 Vanlium - 1. 25 Cinalis - 3. 75 Amnbien - 2. 90 http://lodrx!com Important, Replace "!" with "." -- And here, all the way from Egypt, our referee, acclaimed Chairwizard of the International Association of Quidditch, Hassan Mostafa! A small and skinny wizard, completely bald but with a mustache to rival |
From: Delmar S. <hik...@la...> - 2007-02-03 14:40:30
|
Hi, V / A G R A $ 1. 80 C / A L / S $ 3. 00 L E V / T R A $ 3. 35 http://www.pro!genyid.com ( Important Remove "!" ) -- the middle of the lake. It must be freezing, its January! Its a lot colder where he comes from, said Hermione. I suppose it feels quite warm to him. |
From: Mitxel W. <cor...@ma...> - 2007-02-02 16:32:39
|
Hi, Via_qra $1, 80 Ciqlis $3, 00 Levvtra $3, 35 http://www.progenyid.%com ( Important Remove "%" ) -- come... nothing to worry about, its just the wand weighing ceremony, the rest of the judges will be here in a moment Wand weighing? Harry repeated nervously. |
From: Richard H. <He...@wy...> - 2007-01-23 21:29:17
|
Anybody know where I can get a peek at a Calling NunitAsp test from Nant = build File? =20 tanks |
From: Herve C. <yan...@ma...> - 2006-12-19 13:44:52
|
Re: decimatio info=20 HOT Tuesday FOR TTEN =20 TTEN *** TTEN *** TTEN =20 TTEN - Ten & 10, Inc. =20 GROUND FLOOR opportunity in the WIFI Industry!! =20 TTEN could see explosive growth as a newly trading company - 500%-1000% is not uncommon. =20 Current: 0.14 Target: 1.20 =20 TTEN has grown from China business focus to USA, Europe, Latin America as well as other areas of Asia. Within 12 months expected to generate $2 MILLION in NET INCOME. $200 MILLION in 5 years. =20 TTEN is made up of 4 operating subsidiaries: =09 Tech 10: WIFI and WiMAX Mobile 10: Music and mobile entertainment delivered via Internet, G3, etc Dream Learning Center: Digital Media Learning products Ten & 10 Network: Sales and marketing Telecommunications is globally a TRILLION dollar industry. =20 Tech 10 has entered into a strategic alliance with FSP Holding an Asian based WiFi and WiMAX provider. The collective goal of the venture is to become the premier MAN/LAN (metropolitan area network/local area network) provider satisfying the needs of government and corporations in Asia. FSP is currently a pioneer in developing high performance, efficient and expandable wireless/wired communication networks in Asia. The Core business is: metropolitan wireless broadband for emergency responses, the WiMAX applications and value-added services, include: Public Safety Surveillance and Mobile Command Center, Distance Learning, Cyber Cafe Access, Dynamic Video Surveillance, SOS Poles, Public Traffic System, Road Monitoring System, Video-Conferencing, Multi-media Broadcasting, Train Compartment Monitoring etc. FSP anticipates the ability to generate gross revenues of about $2 billion in five years, and net profits of about $200 million. =20 WATCH TTEN GO HIGHER AND HIGHER. =20 Any of the above statements with respect to the future predications or goals and events may be seen as only Forward Look jng and nothing else. All information inside this email pertaining to any sort of financial advice need to be understood as information and not advice. None of the information above can be constructed as any sort of financial advice. This is a paid advertisement. |
From: Vincil B. <vin...@vb...> - 2006-11-27 17:32:40
|
Change your browser agent: /// We need to set out User Agent so ASP.NET responds correctly. Browser.UserAgent = "Mozilla/4.0"; Do this in the SetUp method. I ran into the same problem. Thanks, Vincil C. Bishop III V. Bishop Consulting 512-535-3385 (USA) http://www.vbishop.com _____ From: nun...@li... [mailto:nun...@li...] On Behalf Of Crispo, Vin Sent: Monday, November 27, 2006 8:47 AM To: Nun...@li... Subject: [Nunitasp-users] LinkButtonTest doesn't work in Net 2.0 Hi, Thanks for your help to get NUnitAsp running. Now the problem that I have run into is that I've been running the NUnitAsp Tests and I can't get the LinkButtonTest to work in .NET2.0. For some reason, the LinkButton submit event is not firing. When the submit button is fired nothing happens. The label.text field that the linkbutton is suppose to set never occurs. Any ideas, Thanks, Vin _____________________________________________________________________ This email message, including any attachments, may contain confidential and proprietary information for the sole use of the intended recipient. If you are not the intended recipient, you are hereby notified that any use, copying or dissemination of this message is strictly prohibited. If you received this message in error, please notify Brooks Automation, Inc. immediately by reply email or by calling Brooks US Headquarters at +1 978-262-2400. Then delete this message from your system, without making any copy or distribution. Thank you. |