emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 8e8c804 061/459: Fix test.


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 8e8c804 061/459: Fix test.
Date: Sun, 22 Aug 2021 13:58:56 -0400 (EDT)

branch: externals/csharp-mode
commit 8e8c8049c98aa75772eaad1ccafdd013b92baeed
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Fix test.
---
 csharp-mode-tests.el                          | 2 +-
 test-files/{test.cs => fontification-test.cs} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode-tests.el b/csharp-mode-tests.el
index 5ab0a45..0662b6f 100644
--- a/csharp-mode-tests.el
+++ b/csharp-mode-tests.el
@@ -30,7 +30,7 @@
 (ert-deftest fontification-of-literals-detects-end-of-strings ()
   ;; this test needs a double which also writes and generates the actual
   ;; test-content itself by inserting into a new temp buffer.
-  (let* ((buffer (find-file-read-only "d:/Throwaway/test.cs")))
+  (let* ((buffer (find-file-read-only "test-files/fontification-test.cs")))
     ;; double-ensure mode is active
     (csharp-mode)
     (goto-char (point-min))
diff --git a/test-files/test.cs b/test-files/fontification-test.cs
similarity index 100%
rename from test-files/test.cs
rename to test-files/fontification-test.cs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]