[Ngms-svn] SVN-Commit: [105] [NMShell] temporary fix for MkdirTest

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 1月 28日 (木) 18:49:52 JST


Revision: 105
          http://sourceforge.jp/projects/ngms/svn/view?view=rev&revision=105
Author:   ikemoto
Date:     2010-01-28 18:49:52 +0900 (Thu, 28 Jan 2010)

Log Message:
-----------
[NMShell] temporary fix for MkdirTest

Modified Paths:
--------------
    trunk/source/NMShell/test/info/ngms/commands/MkdirTest.scala

Modified: trunk/source/NMShell/test/info/ngms/commands/MkdirTest.scala
===================================================================
--- trunk/source/NMShell/test/info/ngms/commands/MkdirTest.scala	2010-01-28 08:56:29 UTC (rev 104)
+++ trunk/source/NMShell/test/info/ngms/commands/MkdirTest.scala	2010-01-28 09:49:52 UTC (rev 105)
@@ -147,7 +147,7 @@
     def initializeEnvironment() : NMFileSystemTree = {
         NMTree.init( NMShellEnvironment )
         val root = new NMPath(NMPath.root)
-        val config : NMShellConfigFile = new NMShellConfigFile(NMShellConfigFile.defaultPath)
+        val config : NMShellConfigFile = new NMShellConfigFile(NMShellConfigFile.defaultConfigPath)
         config.rootType match {
             case NMTreeImplementations.RowFileSystem => {
                 val fs = new NMFileSystemTree( config.rootPath, root )




Ngms-svn メーリングリストの案内
Back to archive index