Skip to content

Commit

Permalink
test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Sergey authored and Ilya Sergey committed Sep 19, 2011
1 parent 3c41680 commit 2d5e699
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions clojure-intellij-plugin.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,24 @@
<option name="LOCALE" />
<option name="OPEN_IN_BROWSER" value="true" />
</component>
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="org.jetbrains.annotations.Nullable" />
<option name="myDefaultNotNull" value="org.jetbrains.annotations.NotNull" />
<option name="myNullables">
<value>
<list size="0" />
</value>
</option>
<option name="myNotNulls">
<value>
<list size="3">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
</list>
</value>
</option>
</component>
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
Expand Down
2 changes: 1 addition & 1 deletion testdata/formatter/clj_98/test.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns timda.core
(:require timda.util
(:require [timda.core]
[clojure.contrib.string :as string])
(:import [javax.mail Session MessagingException Folder]
[javax.mail.internet InternetAddress]
Expand Down
4 changes: 3 additions & 1 deletion testdata/resolve/requireNs/my_namespace.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
(:import [javax.swing JFrame JPanel]
[java.util Arrays]
[clojure.lang PersistentArrayMap])
)
(:use [clojure.contrib.string :only (spli)]))

(new JFrame (new JPanel))

(clojure.contrib.string/split-lines )

(<ref>jar/filenames-in-jar)
(cp/classpath-directories)
(tr/trace-fn-call)

0 comments on commit 2d5e699

Please sign in to comment.