What version of ScalaTest and what version of Scala are you using?
This sounds suspiciously like something that might happen if you use
ScalaTest 1.0 (only compatible with Scala 2.7) against Scala 2.8,
though it could maybe the reverse problem as well (ScalaTest for 2.8
against Scala 2.7).
Until Scala 2.8 gets its official release, allowing the compatible
ScalaTest 1.2 to get released, you'll either have to work to ensure
the RCs and Snapshots are kept in sync or just stick to Scala 2.7.7
with ScalaTest 1.0 until the dust settles, the latter of which is my
approach.
--
You received this message because you are subscribed to the Google
Groups "scalatest-users" group.
To post to this group, send email to scalate...@googlegroups.com
To unsubscribe from this group, send email to
scalatest-use...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/scalatest-users?hl=en
ScalaTest itself, and documentation, is available here:
http://www.artima.com/scalatest
On Thu, Jul 8, 2010 at 10:29 PM, Klaus Havelund <have...@gmail.com> wrote:
>
>
> On Thu, Jul 8, 2010 at 8:42 PM, trenchguinea <trench...@gmail.com> wrote:
>>
>> What version of ScalaTest and what version of Scala are you using?
>
> ScalaTest version: 1,0 - http://www.scalatest.org/download
> Scala version: 2.8.0.RC7 - http://www.scala-ide.org
> (used the URL provided by the "Copy update site URL to clipboard" button)
>
>> This sounds suspiciously like something that might happen if you use
>> ScalaTest 1.0 (only compatible with Scala 2.7) against Scala 2.8,
>> though it could maybe the reverse problem as well (ScalaTest for 2.8
>> against Scala 2.7).
>
> Apparently the former. But on the ScalaTest website it says:
>
> "You can download the ScalaTest 1.0 release (for Scala 2.7.3
> or higher) from here: ..."
>
Sorry that is confusing. I meant or higher on the 2.7.x branch. I'll
update the site to clarify.
Bill
--
Bill Venners
Artima, Inc.
http://www.artima.com