Ticket #706:
 - Renamed test_pjsip.dsp into pjsip_test.dsp.
 - Fixed missing files problem in pjsip_test.dsp and pjsip/build/Makefile caused by renamed directory 'test-pjsip' into 'test' (see r2638/trunk or r2626/vs-reorg).





git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2663 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjproject.dsw b/pjproject.dsw
index cf5bc1a..3e171fa 100644
--- a/pjproject.dsw
+++ b/pjproject.dsw
@@ -312,6 +312,42 @@
 

 ###############################################################################

 

+Project: "pjsip_test"=.\pjsip\build\pjsip_test.dsp - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+    Begin Project Dependency

+    Project_Dep_Name pjlib

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name pjlib_util

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name pjsip_core

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name pjsip_simple

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name pjsip_ua

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name pjmedia

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name pjmedia_codec

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name pjsua_lib

+    End Project Dependency

+}}}

+

+###############################################################################

+

 Project: "pjsip_ua"=.\pjsip\build\pjsip_ua.dsp - Package Owner=<4>

 

 Package=<5>

@@ -567,42 +603,6 @@
 

 ###############################################################################

 

-Project: "test_pjsip"=.\pjsip\build\test_pjsip.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-    Begin Project Dependency

-    Project_Dep_Name pjlib

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name pjlib_util

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name pjmedia

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name pjmedia_codec

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name pjsip_core

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name pjsip_simple

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name pjsip_ua

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name pjsua_lib

-    End Project Dependency

-}}}

-

-###############################################################################

-

 Global:

 

 Package=<5>

diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 9400f26..d4701e9 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -84,7 +84,7 @@
 ###############################################################################
 # Defines for building test application
 #
-export TEST_SRCDIR = ../src/test-pjsip
+export TEST_SRCDIR = ../src/test
 export TEST_OBJS += dlg_core_test.o dns_test.o msg_err_test.o \
 		    msg_logger.o msg_test.o regc_test.o \
 		    test.o transport_loop_test.o transport_tcp_test.o \
diff --git a/pjsip/build/test_pjsip.dsp b/pjsip/build/pjsip_test.dsp
similarity index 79%
rename from pjsip/build/test_pjsip.dsp
rename to pjsip/build/pjsip_test.dsp
index 5761f66..5d521bc 100644
--- a/pjsip/build/test_pjsip.dsp
+++ b/pjsip/build/pjsip_test.dsp
@@ -1,24 +1,24 @@
-# Microsoft Developer Studio Project File - Name="test_pjsip" - Package Owner=<4>

+# Microsoft Developer Studio Project File - Name="pjsip_test" - Package Owner=<4>

 # Microsoft Developer Studio Generated Build File, Format Version 6.00

 # ** DO NOT EDIT **

 

 # TARGTYPE "Win32 (x86) Console Application" 0x0103

 

-CFG=test_pjsip - Win32 Debug

+CFG=pjsip_test - Win32 Debug

 !MESSAGE This is not a valid makefile. To build this project using NMAKE,

 !MESSAGE use the Export Makefile command and run

 !MESSAGE 

-!MESSAGE NMAKE /f "test_pjsip.mak".

+!MESSAGE NMAKE /f "pjsip_test.mak".

 !MESSAGE 

 !MESSAGE You can specify a configuration when running NMAKE

 !MESSAGE by defining the macro CFG on the command line. For example:

 !MESSAGE 

-!MESSAGE NMAKE /f "test_pjsip.mak" CFG="test_pjsip - Win32 Debug"

+!MESSAGE NMAKE /f "pjsip_test.mak" CFG="pjsip_test - Win32 Debug"

 !MESSAGE 

 !MESSAGE Possible choices for configuration are:

 !MESSAGE 

-!MESSAGE "test_pjsip - Win32 Release" (based on "Win32 (x86) Console Application")

-!MESSAGE "test_pjsip - Win32 Debug" (based on "Win32 (x86) Console Application")

+!MESSAGE "pjsip_test - Win32 Release" (based on "Win32 (x86) Console Application")

+!MESSAGE "pjsip_test - Win32 Debug" (based on "Win32 (x86) Console Application")

 !MESSAGE 

 

 # Begin Project

@@ -28,7 +28,7 @@
 CPP=cl.exe

 RSC=rc.exe

 

-!IF  "$(CFG)" == "test_pjsip - Win32 Release"

+!IF  "$(CFG)" == "pjsip_test - Win32 Release"

 

 # PROP BASE Use_MFC 0

 # PROP BASE Use_Debug_Libraries 0

@@ -53,7 +53,7 @@
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386

 # ADD LINK32 dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib kernel32.lib netapi32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /profile /map /debug /machine:I386 /out:"..\bin\test-pjsip-i386-win32-vc6-release.exe" /fixed:no

 

-!ELSEIF  "$(CFG)" == "test_pjsip - Win32 Debug"

+!ELSEIF  "$(CFG)" == "pjsip_test - Win32 Debug"

 

 # PROP BASE Use_MFC 0

 # PROP BASE Use_Debug_Libraries 1

@@ -82,86 +82,86 @@
 

 # Begin Target

 

-# Name "test_pjsip - Win32 Release"

-# Name "test_pjsip - Win32 Debug"

+# Name "pjsip_test - Win32 Release"

+# Name "pjsip_test - Win32 Debug"

 # Begin Group "Source Files"

 

 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\dlg_core_test.c"

+SOURCE="..\src\test\dlg_core_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\dns_test.c"

+SOURCE="..\src\test\dns_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\inv_offer_answer_test.c"

+SOURCE="..\src\test\inv_offer_answer_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\main.c"

+SOURCE="..\src\test\main.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\msg_err_test.c"

+SOURCE="..\src\test\msg_err_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\msg_logger.c"

+SOURCE="..\src\test\msg_logger.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\msg_test.c"

+SOURCE="..\src\test\msg_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\regc_test.c"

+SOURCE="..\src\test\regc_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\test.c"

+SOURCE="..\src\test\test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\transport_loop_test.c"

+SOURCE="..\src\test\transport_loop_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\transport_tcp_test.c"

+SOURCE="..\src\test\transport_tcp_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\transport_test.c"

+SOURCE="..\src\test\transport_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\transport_udp_test.c"

+SOURCE="..\src\test\transport_udp_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\tsx_basic_test.c"

+SOURCE="..\src\test\tsx_basic_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\tsx_bench.c"

+SOURCE="..\src\test\tsx_bench.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\tsx_uac_test.c"

+SOURCE="..\src\test\tsx_uac_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\tsx_uas_test.c"

+SOURCE="..\src\test\tsx_uas_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\txdata_test.c"

+SOURCE="..\src\test\txdata_test.c"

 # End Source File

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\uri_test.c"

+SOURCE="..\src\test\uri_test.c"

 # End Source File

 # End Group

 # Begin Group "Header Files"

@@ -169,7 +169,7 @@
 # PROP Default_Filter "h;hpp;hxx;hm;inl"

 # Begin Source File

 

-SOURCE="..\src\test-pjsip\test.h"

+SOURCE="..\src\test\test.h"

 # End Source File

 # End Group

 # Begin Group "Resource Files"