[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/merge-cedet-tests 66b117d 071/316: Test files cont
From: |
Edward John Steere |
Subject: |
[Emacs-diffs] scratch/merge-cedet-tests 66b117d 071/316: Test files contributed by Barry OReilly |
Date: |
Fri, 27 Jan 2017 20:03:28 +0000 (UTC) |
branch: scratch/merge-cedet-tests
commit 66b117df8b7ee35de96419fa475f102b5fad29dd
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>
Test files contributed by Barry OReilly
* test/manual/cedet/integ_src/globalref/test/ManagerTest.cc: These
test files contributed by Barry OReilly, modified for use in the
automated tests for CEDET, and with additional comments.
inc/Util.hh, src/Util.cc: Search symbol both in and outside of
namespaces.
---
.../cedet/integ_src/globalref/test/ManagerTest.cc | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/test/manual/cedet/integ_src/globalref/test/ManagerTest.cc
b/test/manual/cedet/integ_src/globalref/test/ManagerTest.cc
new file mode 100644
index 0000000..51943fb
--- /dev/null
+++ b/test/manual/cedet/integ_src/globalref/test/ManagerTest.cc
@@ -0,0 +1,16 @@
+#include "Util.hh"
+#include "Manager.hh"
+#include "ManagerTest.hh"
+
+//
+// This fcn uses the namespaces used in the test, but should not be
+// a search destination.
+//
+namespace play { namespace test {
+
+ ManagerTest() {
+ printf("Inside ManagerTest ctor.\n");
+ play::prod::Manager manager(666);
+ }
+
+}}
- [Emacs-diffs] scratch/merge-cedet-tests 75c52c3 055/316: (ms_structs, fun): New test example from Marting Stein., (continued)
- [Emacs-diffs] scratch/merge-cedet-tests 75c52c3 055/316: (ms_structs, fun): New test example from Marting Stein., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests f38d3d0 041/316: SRecoder feature testing., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests e915cb9 035/316: (LOADPATH): Add cogre to the load path., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests d8b5630 060/316: Patch from Marcus Harnisch, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests d4d1014 061/316: Add -f toggle-debug-on-quit flag, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests c9de94f 064/316: * cit-test.sh: Add support for running in batch mode., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests d8f7f9c 066/316: * tests/cit-test.sh: Fix filename for integration test., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 6f0f898 065/316: * cedet-load.el: Load cogre autoloads., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 8e1fe2d 067/316: Accept any potential project directory during testing, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 83c8dc0 068/316: Use random temporary directory for integration tests, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 66b117d 071/316: Test files contributed by Barry OReilly,
Edward John Steere <=
- [Emacs-diffs] scratch/merge-cedet-tests feb2025 074/316: Don't check contents after initial fil, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 5812c59 073/316: Remove obsolete cvs-auto-updated 'X-RCS' line., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 2cfef8f 048/316: Add test files, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests dd9777f 076/316: Fix interactive unit tests., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests bc36c86 075/316: Add header comments and provide., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 4ec19b7 083/316: Test src file for a dirmatch., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 89e6966 077/316: Remove compatibility function `cedet-called-interactively-p'., Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 4fe7a1c 085/316: Move tests in cedet/semantic, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 6b4b0a5 078/316: Move tests in cedet/semantic, Edward John Steere, 2017/01/27
- [Emacs-diffs] scratch/merge-cedet-tests 3739238 086/316: Move tests in cedet/semantic, Edward John Steere, 2017/01/27