summaryrefslogtreecommitdiff
path: root/test/handler/test_javac_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_javac_handler.vader')
-rw-r--r--test/handler/test_javac_handler.vader10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/handler/test_javac_handler.vader b/test/handler/test_javac_handler.vader
index 3997b42c..6189e6e1 100644
--- a/test/handler/test_javac_handler.vader
+++ b/test/handler/test_javac_handler.vader
@@ -12,33 +12,33 @@ Execute(The javac handler should handle cannot find symbol errors):
AssertEqual
\ [
\ {
- \ 'filename': '/tmp/vLPr4Q5/33/foo.java',
+ \ 'filename': ale#path#Simplify('/tmp/vLPr4Q5/33/foo.java'),
\ 'lnum': 1,
\ 'text': 'error: some error',
\ 'type': 'E',
\ },
\ {
- \ 'filename': '/tmp/vLPr4Q5/33/foo.java',
+ \ 'filename': ale#path#Simplify('/tmp/vLPr4Q5/33/foo.java'),
\ 'lnum': 2,
\ 'col': 5,
\ 'text': 'error: cannot find symbol: BadName',
\ 'type': 'E',
\ },
\ {
- \ 'filename': '/tmp/vLPr4Q5/33/foo.java',
+ \ 'filename': ale#path#Simplify('/tmp/vLPr4Q5/33/foo.java'),
\ 'lnum': 34,
\ 'col': 5,
\ 'text': 'error: cannot find symbol: BadName2',
\ 'type': 'E',
\ },
\ {
- \ 'filename': '/tmp/vLPr4Q5/33/foo.java',
+ \ 'filename': ale#path#Simplify('/tmp/vLPr4Q5/33/foo.java'),
\ 'lnum': 37,
\ 'text': 'warning: some warning',
\ 'type': 'W',
\ },
\ {
- \ 'filename': '/tmp/vLPr4Q5/33/foo.java',
+ \ 'filename': ale#path#Simplify('/tmp/vLPr4Q5/33/foo.java'),
\ 'lnum': 42,
\ 'col': 11,
\ 'text': 'error: cannot find symbol: bar()',