Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4D09C12C for ; Fri, 28 Nov 2014 14:02:56 +0000 (UTC) Received: (qmail 15061 invoked by uid 500); 28 Nov 2014 14:02:56 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 15001 invoked by uid 500); 28 Nov 2014 14:02:56 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 14989 invoked by uid 99); 28 Nov 2014 14:02:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 14:02:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ewenstephan@gmail.com designates 209.85.220.174 as permitted sender) Received: from [209.85.220.174] (HELO mail-vc0-f174.google.com) (209.85.220.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 14:02:31 +0000 Received: by mail-vc0-f174.google.com with SMTP id id10so2995768vcb.19 for ; Fri, 28 Nov 2014 06:02:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=Uu0Q/nTlrjKuegVaCNHz7P6zDaJ/MoJNE0b21J/F5Ok=; b=gqEAto3K5XimjtL4iC02838Z2dblmY3hMsJCpLpZiw5GDqELOPPisdgtZaMu6pcRFN wjHa0vVwfLtMHLB+TKIvnk2GpHvSdGzP6xIPgXlYDz128ihxHDCpJLHh+X5FAsJmp2lj RSFnuNmXwzai0UeF+kYJeRoCJLqN/JmvzDX3MFGNiC0md94/GQdVH3sUakneDAlZFCY9 JUFmnbfmhr3+yT6ELlpngNnjtt4RUGNVT4iyaBgQ3Q0zpZFJ1bcjr+YF21E85L5xRy9U Acu8iDVon/ERRJre6Lmh5cvJkfxgnftjBnc1RYaHJAd8F796uokUvwDu6c70R3IDRG9D 0abA== MIME-Version: 1.0 X-Received: by 10.220.97.68 with SMTP id k4mr22531640vcn.80.1417183349552; Fri, 28 Nov 2014 06:02:29 -0800 (PST) Sender: ewenstephan@gmail.com Received: by 10.31.161.80 with HTTP; Fri, 28 Nov 2014 06:02:29 -0800 (PST) In-Reply-To: References: Date: Fri, 28 Nov 2014 15:02:29 +0100 X-Google-Sender-Auth: Dw25u4l5B5e043FkrefQ0bmu5JI Message-ID: Subject: Re: ScalaTest for IntelliJ From: Stephan Ewen To: dev@flink.incubator.apache.org Content-Type: multipart/alternative; boundary=001a11c2b5a821bf150508ebb694 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2b5a821bf150508ebb694 Content-Type: text/plain; charset=UTF-8 Hey! The dev list does not support attachments, can you put the image somewhere else an share a link to it? Stephan On Fri, Nov 28, 2014 at 2:54 PM, Felix Neutatz wrote: > Hi, > > I imported the whole git repository of Flink into IntelliJ. All Java and > Scala programs work and the Java unit tests as well. But Scala unit tests > don't work. > > I followed this tutorial: > http://www.scalatest.org/user_guide/using_scalatest_with_intellij to > install ScalaTest for IntelliJ, but it didn't work. I use build > version: IC-139.225.3 on Ubuntu 14.04. > > Attached you find pictures which show how the errors look like. Can you > tell me how I can run the Scala tests? > > Thank you :) > > Best regards, > > Felix Neutatz > --001a11c2b5a821bf150508ebb694--